From a639bf944374d45ac8eb96c9cd391ac7fba73b03 Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:07:27 +0000 Subject: [PATCH] chore(deps): update dockerfile digest updates Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- Dockerfile.konflux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.konflux b/Dockerfile.konflux index 98c41a7a..73467700 100644 --- a/Dockerfile.konflux +++ b/Dockerfile.konflux @@ -21,7 +21,7 @@ RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH:-amd64} GO111MODUL ############################################################################### # Runtime - ubi-micro -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c5478a52c410e71c53839923c83a1480199a1e74ce5736fe3e3a5578dc399102 as runtime +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c as runtime ARG USER=2000