From d2741da4652e59b29919c331ab112dbf5d48be57 Mon Sep 17 00:00:00 2001 From: Jacob McCann Date: Fri, 6 Sep 2019 08:49:57 -0500 Subject: [PATCH] chore: update tf to 0.12.8 --- build-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"