diff --git a/Dockerfiles/Dockerfile.konflux b/Dockerfiles/Dockerfile.konflux index 68b7aa69a0d..be774256048 100644 --- a/Dockerfiles/Dockerfile.konflux +++ b/Dockerfiles/Dockerfile.konflux @@ -42,7 +42,7 @@ RUN rm -rf /opt/manifests/*/e2e /opt/manifests/*/scorecard /opt/manifests/*/test RUN CGO_ENABLED=1 GOOS=${TARGETOS} GOARCH=${TARGETARCH} GOEXPERIMENT=strictfipsruntime go build -a -ldflags="-s -w" -o manager cmd/main.go ################################################################################ -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:b9b10f42d7eba7ad4a6d5ef26b7d34fdc892b2ffe59b8d0372ec884008569eb6 +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:fe9e574f04371b333ed4e21d30d984f6b7fcd1046e579f5ddab4816c0c8e231d WORKDIR / COPY --from=builder /workspace/manager . COPY --chown=1001:0 --from=builder /opt/manifests /opt/manifests