From fe3907ef6aa805107f6a66aa86da147caeb60e80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:19:08 +0000 Subject: [PATCH] Update hashicorp/terraform Docker tag to v1.6.5 --- terragrunt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terragrunt/Dockerfile b/terragrunt/Dockerfile index 151e1d9..acaba76 100644 --- a/terragrunt/Dockerfile +++ b/terragrunt/Dockerfile @@ -1,7 +1,7 @@ ARG TERRAGRUNT_VERSION=0.52.7 ARG AZ_VERSION=2.51.0 -FROM hashicorp/terraform:1.5.5 +FROM hashicorp/terraform:1.6.5 LABEL org.opencontainers.image.source https://github.com/deftdevs/containers ## Set label with node path for Azure DevOps Pipelines