Skip to content

Commit ad36fab

Browse files
committed
Updated Docker images to the latest versions.
1 parent 3583589 commit ad36fab

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
lines changed

Cargo.lock

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

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:-r11@sha256:12ba5ddeceae498ec44016b8849e0c0d4c9783edb5cbb1bec8d24a32810e20c7}
9+
BASE_VERSION: ${BASE_VERSION_BUILD:-r12@sha256:5cb14eeed1d1a36dacc0124a625ebc394338090988716bc2b493c03f679135a9}
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:-r12@sha256:74895deb4ba2a0c1392c333911dc482b65af624c5888a11128d45296622311a3}
9+
BASE_VERSION: ${BASE_VERSION_SWTPM:-r14@sha256:a1919c41e28cac37676419bb9c36aac6417a4bf2cff51f07689e528a0cf0da81}
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:-r11@sha256:12ba5ddeceae498ec44016b8849e0c0d4c9783edb5cbb1bec8d24a32810e20c7}
12+
BASE_VERSION: ${BASE_VERSION_TESTS:-r12@sha256:5cb14eeed1d1a36dacc0124a625ebc394338090988716bc2b493c03f679135a9}
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:-r12@sha256:74895deb4ba2a0c1392c333911dc482b65af624c5888a11128d45296622311a3}
43+
BASE_VERSION: ${BASE_VERSION_SWTPM:-r14@sha256:a1919c41e28cac37676419bb9c36aac6417a4bf2cff51f07689e528a0cf0da81}
4444
volumes:
4545
- log:/var/log/swtpm:rw
4646
tmpfs:

0 commit comments

Comments
 (0)