From cf39b4613bc66044da836987d510bacda49c6cf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:23:19 +0000 Subject: [PATCH] Update ghcr.io/opentofu/opentofu Docker tag to v1.8.5 --- terragrunt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terragrunt/Dockerfile b/terragrunt/Dockerfile index e61285c..7407da8 100644 --- a/terragrunt/Dockerfile +++ b/terragrunt/Dockerfile @@ -1,7 +1,7 @@ ARG TERRAGRUNT_VERSION=0.52.7 ARG AZ_VERSION=2.51.0 -FROM ghcr.io/opentofu/opentofu:1.8.4 +FROM ghcr.io/opentofu/opentofu:1.8.5 LABEL org.opencontainers.image.source https://github.com/deftdevs/containers ## Set label with node path for Azure DevOps Pipelines