Skip to content

Commit

Permalink
chore(deps): update dependency gruntwork-io/terragrunt to v0.68.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent d53398e commit 6587ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terragrunt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:22.04

# renovate: datasource=github-releases depName=gruntwork-io/terragrunt versioning=semver
ARG TERRAGRUNT_VERSION="v0.42.4"
ARG TERRAGRUNT_CHECKSUM="433320f86ec6da3539e2785c9bb41820f5e3337a994b47650a06a17890953592"
ARG TERRAGRUNT_VERSION="v0.68.13"
ARG TERRAGRUNT_CHECKSUM="580998cff1d26f610f49a346b8989fe1066e9632"

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

0 comments on commit 6587ba2

Please sign in to comment.