Skip to content

Commit c59bbe6

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

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 19 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
@@ -25,7 +25,7 @@ regex = "1.12.3"
2525

2626
[dev-dependencies]
2727
const-random = "0.1.18"
28-
digest = "0.11.1"
28+
digest = "0.11.2"
2929
env_logger = "0.11.9"
3030
function_name = "0.3.0"
3131
hex = "0.4.3"

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:-r24@sha256:8063233fa0576243de1c2e2d9a84a8f5e749fc4a28fc813df39a6107a7458eab}
12+
BASE_VERSION: ${BASE_VERSION_TESTS:-r25@sha256:7c3d051ee5e437d83eb31f34961c2d58fff37999c55b32e66f05f612c0e579f4}
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:-r24@sha256:a40eb85ab67cfdb3c398d36541046925d1aa4bf822dc0036bb187d6c48580f15}
43+
BASE_VERSION: ${BASE_VERSION_SWTPM:-r25@sha256:92888784fc1684d3748a5723a6dce891fe5c68b87150826ff9daed5c0667aa0f}
4444
volumes:
4545
- log:/var/log/swtpm:rw
4646
tmpfs:

0 commit comments

Comments
 (0)