We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5cc768 + e2a0ee1 commit 0a03eccCopy full SHA for 0a03ecc
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.38.3
+ENV TERRAGRUNT_VERSION=0.38.4
37
38
ADD https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 /usr/bin/terragrunt
39
0 commit comments