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.
2 parents c923365 + df45205 commit 76536a8Copy full SHA for 76536a8
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.81.5
37
38
ADD https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 /usr/bin/terragrunt
39
0 commit comments