We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c411981 commit c43dc1eCopy full SHA for c43dc1e
terragrunt/Dockerfile
@@ -33,7 +33,7 @@ RUN apk update && apk add -Uuv --no-cache --update \
33
&& ln -sv /usr/bin/python3 /usr/bin/python
34
35
# renovate: datasource=github-releases depName=gruntwork-io/terragrunt
36
-ENV TERRAGRUNT_VERSION=0.58.12
+ENV TERRAGRUNT_VERSION=0.77.17
37
38
ADD https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 /usr/bin/terragrunt
39
0 commit comments