Skip to content

Commit 3a9208f

Browse files
committed
ubi9
1 parent a4ec895 commit 3a9208f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o bi
2828

2929
# Use distroless as minimal base image to package the manager binary
3030
# Refer to https://github.com/GoogleContainerTools/distroless for more details
31-
FROM registry.access.redhat.com/ubi8/ubi:latest
31+
FROM registry.access.redhat.com/ubi9/ubi:latest
3232
WORKDIR /
3333
COPY --from=builder /workspace/bin/epp /app/epp
3434
USER 65532:65532

0 commit comments

Comments
 (0)