We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ec895 commit 3a9208fCopy full SHA for 3a9208f
Dockerfile
@@ -28,7 +28,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o bi
28
29
# Use distroless as minimal base image to package the manager binary
30
# Refer to https://github.com/GoogleContainerTools/distroless for more details
31
-FROM registry.access.redhat.com/ubi8/ubi:latest
+FROM registry.access.redhat.com/ubi9/ubi:latest
32
WORKDIR /
33
COPY --from=builder /workspace/bin/epp /app/epp
34
USER 65532:65532
0 commit comments