Skip to content

Commit 9a9e73a

Browse files
committed
tpm: Upgrade to tpm2_tss 4.0.0, tpm2_tools 5.4 and strongSwan 5.9.9
1 parent 4143ef9 commit 9a9e73a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tpm/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM ubuntu:22.04
22
MAINTAINER Andreas Steffen <[email protected]>
33
ENV TPM_VERSION="1682"
4-
ENV TPM_TSS_VERSION="3.2.0"
5-
ENV TPM_TOOLS_VERSION="5.3"
6-
ENV STRONGSWAN_VERSION="5.9.8"
4+
ENV TPM_TSS_VERSION="4.0.0"
5+
ENV TPM_TOOLS_VERSION="5.4"
6+
ENV STRONGSWAN_VERSION="5.9.9"
77
ENV TZ=Europe/Zurich
88
RUN \
99
# set timezone

0 commit comments

Comments
 (0)