diff --git a/Dockerfile b/Dockerfile index bbb73575..6514930d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -137,7 +137,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ ############################################################################### # Stage 3: Copy build assets to create the smallest final runtime image ############################################################################### -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as runtime +FROM registry.access.redhat.com/ubi8/ubi-minimal:latest as runtime ARG USER=2000