Skip to content

Commit c9db20c

Browse files
chore(deps): update dependency gruntwork-io/terragrunt to v0.93.8
1 parent d53398e commit c9db20c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terragrunt/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM ubuntu:22.04
22

33
# renovate: datasource=github-releases depName=gruntwork-io/terragrunt versioning=semver
4-
ARG TERRAGRUNT_VERSION="v0.42.4"
5-
ARG TERRAGRUNT_CHECKSUM="433320f86ec6da3539e2785c9bb41820f5e3337a994b47650a06a17890953592"
4+
ARG TERRAGRUNT_VERSION="v0.93.8"
5+
ARG TERRAGRUNT_CHECKSUM="3019e3bd2aeb122b449303af27fe5659fab74d4c"
66

77
RUN curl -Lo /usr/local/bin/terragrunt "https://github.com/gruntwork-io/terragrunt/releases/download/${TERRAGRUNT_VERSION}/terragrunt_linux_amd64" \
88
&& echo "$TERRAGRUNT_CHECKSUM /usr/local/bin/terragrunt" | sha256sum -c \

0 commit comments

Comments
 (0)