From 964f7b93cec11d1ea764c21c1376e834ba34958a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:39:02 +0000 Subject: [PATCH] Bump opentofu/opentofu from `233c9c2` to `399b579` in /container-images --- updated-dependencies: - dependency-name: opentofu/opentofu dependency-version: 1-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- container-images/infrastructure-ci.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-images/infrastructure-ci.Dockerfile b/container-images/infrastructure-ci.Dockerfile index f66670a2..7e7393e8 100644 --- a/container-images/infrastructure-ci.Dockerfile +++ b/container-images/infrastructure-ci.Dockerfile @@ -1,5 +1,5 @@ FROM ghcr.io/nikitabarskov/base-ci:latest@sha256:ba4f94ceb39458052541b20b83ddf84f59592f8682c2f3e5a33ae16799970477 AS base-ci -FROM ghcr.io/opentofu/opentofu:1-minimal@sha256:233c9c2093bafdfda961fedcd4de6bcb0622c105501d05397bfc1a5ff2308f13 AS opentofu +FROM ghcr.io/opentofu/opentofu:1-minimal@sha256:399b579c34b7e9ecdfd7295eaac93b9790fc027d302056913490039d35e9eef3 AS opentofu FROM base-ci AS main