diff --git a/Dockerfile.rh b/Dockerfile.rh index 5c06ae9d8..9004a0857 100644 --- a/Dockerfile.rh +++ b/Dockerfile.rh @@ -17,7 +17,7 @@ RUN CGO_ENABLED=1 go build -mod=mod \ -o ./policy-controller ./cmd/webhook # Install stage -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bb08f2300cb8d12a7eb91dddf28ea63692b3ec99e7f0fa71a1b300f2756ea829 +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:759f5f42d9d6ce2a705e290b7fc549e2d2cd39312c4fa345f93c02e4abb8da95 COPY --from=build-env /opt/app-root/src/policy-controller /usr/local/bin/policy-controller WORKDIR /opt/app-root/src/home COPY LICENSE /licenses/LICENSE