From 0b62feb1d5fa4e2c54c64cf46cc27153e410aba9 Mon Sep 17 00:00:00 2001 From: Radek 'blufor' Slavicinsky Date: Thu, 6 Oct 2022 16:15:40 +0200 Subject: [PATCH] Bump terraform version to current --- build-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-docker.sh b/build-docker.sh index 9e0f599..04f0fbf 100755 --- a/build-docker.sh +++ b/build-docker.sh @@ -12,7 +12,7 @@ fi major=$(echo $tag | awk -F. '{print $1}') minor=$(echo $tag | awk -F. '{print $2}') -tf_ver="1.0.2" +tf_ver="1.3.1" sum_ver="0.2.2" echo "Confirm building images for:"