diff --git a/Dockerfile b/Dockerfile index 7657fe44..e265ef6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -128,7 +128,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.7 as runtime +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as runtime ARG USER=2000