diff --git a/.konflux/dockerfiles/api.Dockerfile b/.konflux/dockerfiles/api.Dockerfile index 8d078e5c60..696c706d14 100644 --- a/.konflux/dockerfiles/api.Dockerfile +++ b/.konflux/dockerfiles/api.Dockerfile @@ -1,5 +1,5 @@ ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23 -ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:92b1d5747a93608b6adb64dfd54515c3c5a360802db4706765ff3d8470df6290 +ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:61d5ad475048c2e655cd46d0a55dfeaec182cc3faa6348cb85989a7c9e196483 FROM $GO_BUILDER AS builder diff --git a/.konflux/dockerfiles/db-migration.Dockerfile b/.konflux/dockerfiles/db-migration.Dockerfile index 97e6fb3ed6..ca4725482f 100644 --- a/.konflux/dockerfiles/db-migration.Dockerfile +++ b/.konflux/dockerfiles/db-migration.Dockerfile @@ -1,5 +1,5 @@ ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23 -ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:92b1d5747a93608b6adb64dfd54515c3c5a360802db4706765ff3d8470df6290 +ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:61d5ad475048c2e655cd46d0a55dfeaec182cc3faa6348cb85989a7c9e196483 FROM $GO_BUILDER AS builder