diff --git a/.konflux/dockerfiles/controller.Dockerfile b/.konflux/dockerfiles/controller.Dockerfile index 5516c2e971..2647336449 100644 --- a/.konflux/dockerfiles/controller.Dockerfile +++ b/.konflux/dockerfiles/controller.Dockerfile @@ -1,5 +1,5 @@ ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23 -ARG RUNTIME=registry.redhat.io/ubi8/ubi:latest@sha256:244e9858f9d8a2792a3dceb850b4fa8fdbd67babebfde42587bfa919d5d1ecef +ARG RUNTIME=registry.redhat.io/ubi8/ubi:latest@sha256:ceea2c6434cc16cd796b7fcab26f351c308675bd3256894f7377262f3ed2f277 FROM $GO_BUILDER AS builder