Skip to content

Commit 82b7bfe

Browse files
committed
Updated docker images 'rust-tss2-docker' and 'swtpm-docker' to the latest versions.
1 parent f341f07 commit 82b7bfe

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/cargo-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
TOOLCHAIN_MAX:
1010
required: false
1111
type: string
12-
default: "1.93.0"
12+
default: "1.94.0"
1313
OS_VERS_MIN:
1414
required: false
1515
type: string

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ regex = "1.12.3"
3737
rsa = "0.9.10"
3838
serial_test = "3.4.0"
3939
sha2 = "0.10.9"
40-
uuid = "1.21.0"
40+
uuid = "1.22.0"

tools/docker/build/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
context: ./
77
dockerfile: build.Dockerfile
88
args:
9-
BASE_VERSION: ${BASE_VERSION_BUILD:-r23@sha256:c0d2d619a5cdd43b74d2e2674ff2d28559f794c189e7b53814a086e96ecad14f}
9+
BASE_VERSION: ${BASE_VERSION_BUILD:-r24@sha256:8063233fa0576243de1c2e2d9a84a8f5e749fc4a28fc813df39a6107a7458eab}
1010
volumes:
1111
- ../../../:/var/opt/rust/src:ro
1212
- out:/var/tmp/rust:rw

tools/docker/swtpm/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
context: ./
77
dockerfile: swtpm.Dockerfile
88
args:
9-
BASE_VERSION: ${BASE_VERSION_SWTPM:-r23@sha256:8d9da34a9ebfc1c08569990137df02dbc539f03302e9c20363257ee6343d5a97}
9+
BASE_VERSION: ${BASE_VERSION_SWTPM:-r24@sha256:a40eb85ab67cfdb3c398d36541046925d1aa4bf822dc0036bb187d6c48580f15}
1010
volumes:
1111
- log:/var/log/swtpm:rw
1212
tmpfs:

tools/docker/tests/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
context: ./
1010
dockerfile: tests.Dockerfile
1111
args:
12-
BASE_VERSION: ${BASE_VERSION_TESTS:-r23@sha256:c0d2d619a5cdd43b74d2e2674ff2d28559f794c189e7b53814a086e96ecad14f}
12+
BASE_VERSION: ${BASE_VERSION_TESTS:-r24@sha256:8063233fa0576243de1c2e2d9a84a8f5e749fc4a28fc813df39a6107a7458eab}
1313
volumes:
1414
- ../../../:/var/opt/rust/src:ro
1515
- log:/var/log/tss2-fapi-rs:rw
@@ -40,7 +40,7 @@ services:
4040
context: ../swtpm
4141
dockerfile: swtpm.Dockerfile
4242
args:
43-
BASE_VERSION: ${BASE_VERSION_SWTPM:-r23@sha256:8d9da34a9ebfc1c08569990137df02dbc539f03302e9c20363257ee6343d5a97}
43+
BASE_VERSION: ${BASE_VERSION_SWTPM:-r24@sha256:a40eb85ab67cfdb3c398d36541046925d1aa4bf822dc0036bb187d6c48580f15}
4444
volumes:
4545
- log:/var/log/swtpm:rw
4646
tmpfs:

0 commit comments

Comments
 (0)