Skip to content

Commit 263a31d

Browse files
committed
Update TSS version in dockerfile and script
Signed-off-by: Gowtham Suresh Kumar <[email protected]>
1 parent e9954e4 commit 263a31d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tss-esapi/tests/Dockerfile-ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/tpm2-software/ubuntu-18.04:latest
22

3-
ARG TPM2_TSS_VERSION=2.3.3
3+
ARG TPM2_TSS_VERSION=2.4.6
44
ENV TPM2_TSS_VERSION=$TPM2_TSS_VERSION
55
ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig
66

tss-esapi/tests/all-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323
#################################################
2424
# Generate bindings for non-"standard" versions #
2525
#################################################
26-
if [[ "$TPM2_TSS_VERSION" != "2.3.3" ]]; then
26+
if [[ "$TPM2_TSS_VERSION" != "2.4.6" ]]; then
2727
FEATURES="--features=generate-bindings"
2828
else
2929
FEATURES=""

0 commit comments

Comments
 (0)