Skip to content

Commit

Permalink
Updated Docker build/test environment to Rust version 1.82.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrick committed Oct 18, 2024
1 parent a1eff87 commit 39a0763
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
TOOLCHAIN_MAX:
required: false
type: string
default: "1.81.0"
default: "1.82.0"
OS_VERS_MIN:
required: false
type: string
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: ./
dockerfile: build.Dockerfile
args:
BASE_VERSION: ${BASE_VERSION_BUILD:-r8@sha256:cc598240157ee592c9fd0554da859ae5255120fde29e965d0b8f39a4c8b9fce3}
BASE_VERSION: ${BASE_VERSION_BUILD:-r9@sha256:6712a942c33500387ff4ae98e47fc646bec88c242b8e85d5374911bfba27e789}
volumes:
- ../../../:/var/opt/rust/src:ro
- out:/var/tmp/rust:rw
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
context: ./
dockerfile: tests.Dockerfile
args:
BASE_VERSION: ${BASE_VERSION_TESTS:-r8@sha256:cc598240157ee592c9fd0554da859ae5255120fde29e965d0b8f39a4c8b9fce3}
BASE_VERSION: ${BASE_VERSION_TESTS:-r9@sha256:6712a942c33500387ff4ae98e47fc646bec88c242b8e85d5374911bfba27e789}
volumes:
- ../../../:/var/opt/rust/src:ro
- log:/var/log/tss2-fapi-rs:rw
Expand Down

0 comments on commit 39a0763

Please sign in to comment.