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