From 3f48ed6041bde5f9b416f4e89c589b38a6ca81b0 Mon Sep 17 00:00:00 2001 From: tonyxrmdavidson Date: Thu, 16 May 2024 14:50:27 +0100 Subject: [PATCH] This commit updates ubi-minimal:8.9 to ubi-minimal:latest --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a63708..eda8b35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9 +FROM registry.access.redhat.com/ubi8/ubi-minimal:latest WORKDIR / COPY --from=builder /workspace/manager . USER 65532:65532