diff --git a/terragrunt/Dockerfile b/terragrunt/Dockerfile index a6a8802ce..20898a997 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.3 ADD https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 /usr/bin/terragrunt