Browse Source

chore: version bump tf to 0.12.16

pull/109/head
Jacob McCann 5 years ago
parent
commit
8c253a190d
No known key found for this signature in database GPG Key ID: B5A476DE32B9AE72
  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="0.12.11" tf_ver="0.12.16"
echo "Confirm building images for:" echo "Confirm building images for:"
echo " MAJOR: ${major}" echo " MAJOR: ${major}"

Loading…
Cancel
Save