We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7932c41 + 4f4b12c commit b90b5b2Copy full SHA for b90b5b2
1 file changed
cds-containers/tools/Dockerfile
@@ -103,7 +103,7 @@ RUN curl -fsSL -o terraform.zip "https://releases.hashicorp.com/terraform/${TERR
103
&& terraform --version
104
105
# terragrunt
106
-ARG TERRAGRUNT_VERSION="0.99.5"
+ARG TERRAGRUNT_VERSION="1.0.1"
107
RUN curl -fsSL -o terragrunt "https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64" \
108
&& mv ./terragrunt /usr/local/bin/terragrunt \
109
&& chmod +x /usr/local/bin/terragrunt \
0 commit comments