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.
1 parent 9a2c0de commit 824c663Copy full SHA for 824c663
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