From 909eb618105e22337f700fc1810e1d907c25b6ae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Feb 2022 06:11:21 +0000 Subject: [PATCH] chore(deps): update dependency gruntwork-io/terragrunt to v0.36.1 --- terragrunt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terragrunt/Dockerfile b/terragrunt/Dockerfile index c191591c..30999849 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.36.0 +ENV TERRAGRUNT_VERSION=0.36.1 ADD https://github.com/gruntwork-io/terragrunt/releases/download/${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 /usr/bin/terragrunt