From 0b9e61ca40237dcdf40cbd44458ac4c44848f3d0 Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Mon, 12 Aug 2024 09:40:00 -0600 Subject: [PATCH] fix: docker tag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e79179..e93b5e6 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ # PYTHON_VER: python3 # --------------------------- -DOCKER_TAG := v18.3.1.0 +DOCKER_TAG := v18.3.1.1 export TF_IN_AUTOMATION="true" export TF_VAR_MATURITY=${MATURITY} export TF_VAR_DEPLOY_NAME=${DEPLOY_NAME}