From dacfce6f6714ea46d8fd09fbdab074ea6f5351dc Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 00:13:52 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-micro docker tag to v9.6-1754467928 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 754ea836..0f6c3285 100644 --- a/Dockerfile +++ b/Dockerfile @@ -141,7 +141,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ ############################################################################### # Stage 3: Copy binaries only to create the smallest final runtime image ############################################################################### -FROM registry.access.redhat.com/ubi9/ubi-micro:9.5 as runtime +FROM registry.access.redhat.com/ubi9/ubi-micro:9.6-1754467928 as runtime ARG USER=2000