Skip to content

Commit 59fad07

Browse files
committed
Updated docker image 'swtpm-docker' to the latest version.
1 parent 2c3bbae commit 59fad07

4 files changed

Lines changed: 41 additions & 41 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tss2-fapi-rs"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "Provides a Rust interface to the TSS2.0 Feature API (FAPI)"
@@ -25,7 +25,7 @@ regex = "1.12.3"
2525

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

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:-r21@sha256:826db0432349c2b99e1a0c6c93d7d0c1ccced5f5cc03ae84bb41740f267b1bb2}
9+
BASE_VERSION: ${BASE_VERSION_SWTPM:-r23@sha256:8d9da34a9ebfc1c08569990137df02dbc539f03302e9c20363257ee6343d5a97}
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:-r21@sha256:826db0432349c2b99e1a0c6c93d7d0c1ccced5f5cc03ae84bb41740f267b1bb2}
43+
BASE_VERSION: ${BASE_VERSION_SWTPM:-r23@sha256:8d9da34a9ebfc1c08569990137df02dbc539f03302e9c20363257ee6343d5a97}
4444
volumes:
4545
- log:/var/log/swtpm:rw
4646
tmpfs:

0 commit comments

Comments
 (0)