diff --git a/Dockerfile.coverage b/Dockerfile.coverage index 56e0289e8..0cfb034b6 100644 --- a/Dockerfile.coverage +++ b/Dockerfile.coverage @@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} \ go build -cover -covermode=atomic -tags=coverage \ -a -o policy-controller ./cmd/webhook -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221 +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:692953368d8e630f40a3c0a6135163f8824fdafc26e0400b9a6c8d7fac850366 WORKDIR / COPY --from=builder /workspace/policy-controller . USER 65532:65532 diff --git a/Dockerfile.rh b/Dockerfile.rh index 561a114c3..a5c4f7a69 100644 --- a/Dockerfile.rh +++ b/Dockerfile.rh @@ -19,7 +19,7 @@ RUN go mod edit -godebug=fips140=auto && \ -o ./policy-controller ./cmd/webhook # Install stage -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:692953368d8e630f40a3c0a6135163f8824fdafc26e0400b9a6c8d7fac850366 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