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 8b7ac0b commit 61501caCopy full SHA for 61501ca
Dockerfile
@@ -27,7 +27,7 @@ COPY pkg/ pkg/
27
# Build
28
RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH:-amd64} make go-build-for-image
29
30
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295.1749680713
31
WORKDIR /
32
COPY --from=builder /workspace/manager .
33
0 commit comments