Skip to content

Commit 2c3bbae

Browse files
committed
Reverted SWTPM docker image to previous version.
1 parent 3022920 commit 2c3bbae

3 files changed

Lines changed: 3 additions & 3 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:-r22@sha256:b70b41578344e479ff5071536459d63a1b5614e214586181657bc6db2c38639a}
9+
BASE_VERSION: ${BASE_VERSION_BUILD:-r23@sha256:c0d2d619a5cdd43b74d2e2674ff2d28559f794c189e7b53814a086e96ecad14f}
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:-r22@sha256:05785b1fbc5efae4339a5d4be290c2fac8175dbb47b4dbea3af4ee58cc557950}
9+
BASE_VERSION: ${BASE_VERSION_SWTPM:-r21@sha256:826db0432349c2b99e1a0c6c93d7d0c1ccced5f5cc03ae84bb41740f267b1bb2}
1010
volumes:
1111
- log:/var/log/swtpm:rw
1212
tmpfs:

tools/docker/tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
context: ../swtpm
4141
dockerfile: swtpm.Dockerfile
4242
args:
43-
BASE_VERSION: ${BASE_VERSION_SWTPM:-r22@sha256:05785b1fbc5efae4339a5d4be290c2fac8175dbb47b4dbea3af4ee58cc557950}
43+
BASE_VERSION: ${BASE_VERSION_SWTPM:-r21@sha256:826db0432349c2b99e1a0c6c93d7d0c1ccced5f5cc03ae84bb41740f267b1bb2}
4444
volumes:
4545
- log:/var/log/swtpm:rw
4646
tmpfs:

0 commit comments

Comments
 (0)