Skip to content

Commit b113777

Browse files
committed
Updated docker images 'rust-tss2-docker' and 'swtpm-docker' to the latest versions.
1 parent 21418bf commit b113777

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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:-r21@sha256:dbf6dff21a4fe373bf6ec5dcea776619f4a7f1f19507d293305136d3f1c7b969}
9+
BASE_VERSION: ${BASE_VERSION_BUILD:-r22@sha256:b70b41578344e479ff5071536459d63a1b5614e214586181657bc6db2c38639a}
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:-r19@sha256:0700cfdadf58ec90c8ac2f731537eb618ac251d28758ea648cd8d5d20a72bf60}
9+
BASE_VERSION: ${BASE_VERSION_SWTPM:-r20@sha256:18334fa20b8bd5b2d2dee69db5823d284ed911f012b669c9f56955af64545339}
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:-r21@sha256:dbf6dff21a4fe373bf6ec5dcea776619f4a7f1f19507d293305136d3f1c7b969}
12+
BASE_VERSION: ${BASE_VERSION_TESTS:-r22@sha256:b70b41578344e479ff5071536459d63a1b5614e214586181657bc6db2c38639a}
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:-r19@sha256:0700cfdadf58ec90c8ac2f731537eb618ac251d28758ea648cd8d5d20a72bf60}
43+
BASE_VERSION: ${BASE_VERSION_SWTPM:-r20@sha256:18334fa20b8bd5b2d2dee69db5823d284ed911f012b669c9f56955af64545339}
4444
volumes:
4545
- log:/var/log/swtpm:rw
4646
tmpfs:

0 commit comments

Comments
 (0)