We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9954e4 commit 263a31dCopy full SHA for 263a31d
tss-esapi/tests/Dockerfile-ubuntu
@@ -1,6 +1,6 @@
1
FROM ghcr.io/tpm2-software/ubuntu-18.04:latest
2
3
-ARG TPM2_TSS_VERSION=2.3.3
+ARG TPM2_TSS_VERSION=2.4.6
4
ENV TPM2_TSS_VERSION=$TPM2_TSS_VERSION
5
ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig
6
tss-esapi/tests/all-ubuntu.sh
@@ -23,7 +23,7 @@ fi
23
#################################################
24
# Generate bindings for non-"standard" versions #
25
26
-if [[ "$TPM2_TSS_VERSION" != "2.3.3" ]]; then
+if [[ "$TPM2_TSS_VERSION" != "2.4.6" ]]; then
27
FEATURES="--features=generate-bindings"
28
else
29
FEATURES=""
0 commit comments