From 39da3189a87ace8151c71b7398a3738e6f5e18c4 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Mon, 8 Apr 2024 04:14:38 +0000 Subject: [PATCH] chore(deps): update dependency gruntwork-io/terragrunt to v0.56.2 (terragrunt/dockerfile) --- terragrunt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terragrunt/Dockerfile b/terragrunt/Dockerfile index a6a8802ce..128d82f35 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.56.2 ADD https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 /usr/bin/terragrunt