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 d53398e commit c9db20cCopy full SHA for c9db20c
terragrunt/Dockerfile
@@ -1,8 +1,8 @@
1
FROM ubuntu:22.04
2
3
# renovate: datasource=github-releases depName=gruntwork-io/terragrunt versioning=semver
4
-ARG TERRAGRUNT_VERSION="v0.42.4"
5
-ARG TERRAGRUNT_CHECKSUM="433320f86ec6da3539e2785c9bb41820f5e3337a994b47650a06a17890953592"
+ARG TERRAGRUNT_VERSION="v0.93.8"
+ARG TERRAGRUNT_CHECKSUM="3019e3bd2aeb122b449303af27fe5659fab74d4c"
6
7
RUN curl -Lo /usr/local/bin/terragrunt "https://github.com/gruntwork-io/terragrunt/releases/download/${TERRAGRUNT_VERSION}/terragrunt_linux_amd64" \
8
&& echo "$TERRAGRUNT_CHECKSUM /usr/local/bin/terragrunt" | sha256sum -c \
0 commit comments