From 05d41576bb5b94ade0d6a9b9c3b435ff86267cf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 14:21:37 +0000 Subject: [PATCH] chore(deps): update dependency gruntwork-io/terragrunt to v0.42.6 --- terragrunt/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terragrunt/Dockerfile b/terragrunt/Dockerfile index 35ee11f..ce99f15 100644 --- a/terragrunt/Dockerfile +++ b/terragrunt/Dockerfile @@ -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.42.6" +ARG TERRAGRUNT_CHECKSUM="318ccb19d3eb5141be92656cb52c376462abd6661c5a4fb51396e6a47d723d2b" 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 \