diff --git a/Dockerfile b/Dockerfile index 324c9bf0..5b93a1d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ COPY controllers/ controllers/ # Build RUN CGO_ENABLED=0 GOOS=linux go build -o manager main.go -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218 +FROM registry.access.redhat.com/ubi8/ubi-minimal:latest WORKDIR / COPY --from=builder /workspace/manager . USER 65534:65534