diff --git a/Dockerfile.konflux b/Dockerfile.konflux index 6b73027b..e816085a 100644 --- a/Dockerfile.konflux +++ b/Dockerfile.konflux @@ -39,7 +39,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ # Stage 2: Copy build assets to create the smallest final runtime image ############################################################################### # Runtime - ubi-minimal:latest -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8 as runtime +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c as runtime ARG USER=2000