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 9d1eb48 commit f68583eCopy full SHA for f68583e
Dockerfile
@@ -39,7 +39,7 @@ COPY pkg/ pkg/
39
USER root
40
RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} make go-build-for-image
41
42
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295.1749680713
43
WORKDIR /
44
COPY --from=builder /workspace/manager .
45
0 commit comments