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 Jan 16, 2025
1 parent e747df0 commit 78660b0
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:-r11@sha256:e0947c71427514bd522556de6913360be48c0d10ef1738be86aa8ab3f83a4746}
BASE_VERSION: ${BASE_VERSION_SWTPM:-r12@sha256:74895deb4ba2a0c1392c333911dc482b65af624c5888a11128d45296622311a3}
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:-r11@sha256:e0947c71427514bd522556de6913360be48c0d10ef1738be86aa8ab3f83a4746}
BASE_VERSION: ${BASE_VERSION_SWTPM:-r12@sha256:74895deb4ba2a0c1392c333911dc482b65af624c5888a11128d45296622311a3}
volumes:
- log:/var/log/swtpm:rw
tmpfs:
Expand Down

0 comments on commit 78660b0

Please sign in to comment.