We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a2c0de + 824c663 commit c09626fCopy full SHA for c09626f
Dockerfile
@@ -137,7 +137,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
137
###############################################################################
138
# Stage 3: Copy build assets to create the smallest final runtime image
139
140
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as runtime
+FROM registry.access.redhat.com/ubi8/ubi-minimal:latest as runtime
141
142
ARG USER=2000
143
0 commit comments