diff --git a/Dockerfile b/Dockerfile index cc5a867..873de3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # set a global Docker argument for the default CLI version # # https://github.com/moby/moby/issues/37345 -ARG TERRAFORM_VERSION=1.6.1 +ARG TERRAFORM_VERSION=1.7.4 ################################################################################ ## docker build --no-cache --target binary -t vela-terraform:binary . ##