Browse Source

Bump terraform version to current

pull/140/head
Radek 'blufor' Slavicinsky 2 years ago
parent
commit
0b62feb1d5
No known key found for this signature in database GPG Key ID: 7C419A898CF9603
  1. 2
      build-docker.sh

2
build-docker.sh

@ -12,7 +12,7 @@ fi
major=$(echo $tag | awk -F. '{print $1}') major=$(echo $tag | awk -F. '{print $1}')
minor=$(echo $tag | awk -F. '{print $2}') minor=$(echo $tag | awk -F. '{print $2}')
tf_ver="1.0.2" tf_ver="1.3.1"
sum_ver="0.2.2" sum_ver="0.2.2"
echo "Confirm building images for:" echo "Confirm building images for:"

Loading…
Cancel
Save