diff --git a/Dockerfile.rhtap b/Dockerfile.rhtap index 0f33e536..39cffd85 100644 --- a/Dockerfile.rhtap +++ b/Dockerfile.rhtap @@ -22,7 +22,7 @@ RUN CGO_ENABLED=1 GOFLAGS='-mod=readonly' go build -tags strictfipsruntime -a -o # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:34880b64c07f28f64d95737f82f891516de9a3b43583f39970f7bf8e4cfa48b7 +FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71 LABEL \ name="rhacm2/cluster-backup-rhel9-operator" \ cpe="cpe:/a:redhat:acm:2.12::el9" \