From f8a765e790ed1126348f7994f7b3c2604525df71 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 17:13:17 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/ubi9-minimal docker digest to 463cae3 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- rhel9.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhel9.Dockerfile b/rhel9.Dockerfile index 09ca3b231..5687d2fab 100644 --- a/rhel9.Dockerfile +++ b/rhel9.Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN CGO_ENABLED=1 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -tags="strictfipsruntime exclude_graphdriver_btrfs" -o /tmp/s2i ./cmd/s2i -FROM registry.redhat.io/ubi9-minimal@sha256:5b74fce9d6e629942a0c6dc0f546c193e70d7f974d999a48c948c53dd3d36362 +FROM registry.redhat.io/ubi9-minimal@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c COPY --from=builder /tmp/s2i /usr/local/bin/s2i