diff --git a/build-docker.sh b/build-docker.sh index 99c83ed..6ac3783 100755 --- a/build-docker.sh +++ b/build-docker.sh @@ -13,7 +13,7 @@ major=$(echo $tag | awk -F. '{print $1}') minor=$(echo $tag | awk -F. '{print $2}') # patch=$(echo $tag | awk -F. '{print $3}') -tf_ver="0.12.6" +tf_ver="0.12.8" echo "Confirm building images for:" echo " MAJOR: ${major}"