diff --git a/images/runner/Containerfile b/images/runner/Containerfile index 6f3245985c..b1d6e95b1c 100644 --- a/images/runner/Containerfile +++ b/images/runner/Containerfile @@ -73,7 +73,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} \ # under rootless podman container root maps to the invoking host user, so # bind-mounted configs and repos keep sane ownership without UID mapping. # registry.access.redhat.com/ubi10/ubi:latest -FROM registry.access.redhat.com/ubi10/ubi@sha256:aad065f8857f86a136994c648ecc714f8cb59c96bf25ae54320e59e155dfca09 +FROM registry.access.redhat.com/ubi10/ubi@sha256:ccb838d655199bff6a77fc4296a2b2a44e00163dabd0ba8b0d9030f281ec935f # NOTE: no SHELL directive — podman's default OCI image format ignores it, # so all RUN steps below stay POSIX-sh compatible for docker AND podman.