From 92c98f3290384a26deae8d3910965b366056755a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 25 Apr 2023 22:05:13 +0000 Subject: [PATCH] fix(deps): update github-tags dependency gruntwork-io/terragrunt to v0.45.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 060d2f6..cf8b808 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi8/ubi@sha256:e3311058176628ad7f0f288f894ed2af ARG TERRAFORM_VERSION=1.4.5 # renovate: datasource=github-tags depName=gruntwork-io/terragrunt -ARG TERRAGRUNT_VERSION=0.37.4 +ARG TERRAGRUNT_VERSION=0.45.4 RUN yum install -y unzip && \ yum clean all && \