From 41d907ff04b749caab3059ee33dee1e3b1e54cf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:32:33 +0000 Subject: [PATCH] Bump nikitabarskov/base-ci in /container-images Bumps nikitabarskov/base-ci from `83f4190` to `e752109`. --- updated-dependencies: - dependency-name: nikitabarskov/base-ci dependency-version: latest 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 ef18c824..42b0235f 100644 --- a/container-images/infrastructure-ci.Dockerfile +++ b/container-images/infrastructure-ci.Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/nikitabarskov/base-ci:latest@sha256:83f41908021dc5aee751d71903f007f8ddffecbad6a9d1ca25deb9cc2b035f01 AS base-ci +FROM ghcr.io/nikitabarskov/base-ci:latest@sha256:e752109625c62399de8ca55bdba9089d20523b0236dad2ec45b59d15aff072ad AS base-ci FROM ghcr.io/opentofu/opentofu:1-minimal@sha256:399b579c34b7e9ecdfd7295eaac93b9790fc027d302056913490039d35e9eef3 AS opentofu FROM base-ci AS main