Skip to content

Commit

Permalink
Updated "SWTPM" Docker image to the latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrick committed Dec 6, 2024
1 parent 1908cad commit 0504ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/docker/swtpm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: ./
dockerfile: swtpm.Dockerfile
args:
BASE_VERSION: ${BASE_VERSION_SWTPM:-r10@sha256:ca01afa0c5960ae0e378ac6ec386abc5e6d9f626d9cc98244c3fca5f44f3b805}
BASE_VERSION: ${BASE_VERSION_SWTPM:-r11@sha256:e0947c71427514bd522556de6913360be48c0d10ef1738be86aa8ab3f83a4746}
volumes:
- log:/var/log/swtpm:rw
tmpfs:
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
context: ../swtpm
dockerfile: swtpm.Dockerfile
args:
BASE_VERSION: ${BASE_VERSION_SWTPM:-r10@sha256:ca01afa0c5960ae0e378ac6ec386abc5e6d9f626d9cc98244c3fca5f44f3b805}
BASE_VERSION: ${BASE_VERSION_SWTPM:-r11@sha256:e0947c71427514bd522556de6913360be48c0d10ef1738be86aa8ab3f83a4746}
volumes:
- log:/var/log/swtpm:rw
tmpfs:
Expand Down

0 comments on commit 0504ea0

Please sign in to comment.