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 a322627Copy full SHA for a322627
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.0"
+ARG TERRAGRUNT_CHECKSUM="2cc9df041fde14a989d9388f6938a924b1a13b2353baacc42f67ecabdec8e2c9"
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