From bd62d26f3229d64cf305711dfd67ff7724f3e8ea Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Thu, 30 May 2024 04:17:01 +0000 Subject: [PATCH] chore(deps): update dependency gruntwork-io/terragrunt to v0.58.10 (terragrunt/dockerfile) --- terragrunt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terragrunt/Dockerfile b/terragrunt/Dockerfile index a6a8802c..6d98007f 100644 --- a/terragrunt/Dockerfile +++ b/terragrunt/Dockerfile @@ -33,7 +33,7 @@ RUN apk update && apk add -Uuv --no-cache --update \ && ln -sv /usr/bin/python3 /usr/bin/python # renovate: datasource=github-releases depName=gruntwork-io/terragrunt -ENV TERRAGRUNT_VERSION=0.55.20 +ENV TERRAGRUNT_VERSION=0.58.10 ADD https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 /usr/bin/terragrunt