diff --git a/operator/Dockerfile b/operator/Dockerfile index 0024e0d1f7..e5b939a427 100644 --- a/operator/Dockerfile +++ b/operator/Dockerfile @@ -18,7 +18,7 @@ COPY operator/main.go main.go # Build RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go -FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-6 +FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-6.1716471860 WORKDIR / COPY --from=builder /workspace/manager . USER 65532:65532