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 fe07894Copy full SHA for fe07894
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.44.1"
+ARG TERRAGRUNT_CHECKSUM="4ebdae85702a7a5fbe21868d173f4fa2a26bc9c3aeda0a2a1ab8a751ae99dd96"
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