Skip to content

Commit f7ef273

Browse files
committed
Updated docker image 'rust-tss2-docker' to the latest version.
1 parent 327c82c commit f7ef273

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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:-r19@sha256:88a140ddadbcb18406a09eb3c1a49c2ae7dbded19635d89d9ff9a219f33a504e}
9+
BASE_VERSION: ${BASE_VERSION_BUILD:-r20@sha256:14c3cfd26a8e7a5840a357587a7d04a0d6b9a2b61b07a3397c48559f70cbd4e4}
1010
volumes:
1111
- ../../../:/var/opt/rust/src:ro
1212
- out:/var/tmp/rust:rw

tools/docker/tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
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:-r19@sha256:88a140ddadbcb18406a09eb3c1a49c2ae7dbded19635d89d9ff9a219f33a504e}
12+
BASE_VERSION: ${BASE_VERSION_TESTS:-r20@sha256:14c3cfd26a8e7a5840a357587a7d04a0d6b9a2b61b07a3397c48559f70cbd4e4}
1313
volumes:
1414
- ../../../:/var/opt/rust/src:ro
1515
- log:/var/log/tss2-fapi-rs:rw

0 commit comments

Comments
 (0)