From 3057e73e58207562c1bbd8fff4f9906d0baf7fb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 16:04:55 +0000 Subject: [PATCH] Update ghcr.io/opentofu/opentofu Docker tag to v1.8.8 --- terragrunt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terragrunt/Dockerfile b/terragrunt/Dockerfile index e74c803..8ff9aa5 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.7 +FROM ghcr.io/opentofu/opentofu:1.8.8 LABEL org.opencontainers.image.source https://github.com/deftdevs/containers ## Set label with node path for Azure DevOps Pipelines