diff --git a/Dockerfile b/Dockerfile index 15320e3f..d14286a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY controllers/ controllers/ USER root RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager main.go -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 +FROM registry.access.redhat.com/ubi8/ubi-minimal:latest WORKDIR / COPY --from=builder /workspace/manager . COPY config/internal config/internal