From 1ca4b8b6ef9095445e12de737db8a078c1c842fb Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Mon, 20 Nov 2023 04:24:15 +0000 Subject: [PATCH] chore(deps): update dependency gruntwork-io/terragrunt to v0.53.4 (terragrunt/dockerfile) --- terragrunt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terragrunt/Dockerfile b/terragrunt/Dockerfile index 89e08c7c3..33a0a8115 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.53.3 +ENV TERRAGRUNT_VERSION=0.53.4 ADD https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 /usr/bin/terragrunt