Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
e1526d9f72 Update registry.access.redhat.com/ubi9/ubi Docker tag to v9.7-1767674301 2026-01-08 17:15:04 +00:00

View File

@@ -3,7 +3,7 @@ ARG BASE_IMAGE
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE} AS SRC
FROM ${BASE_IMAGE:-registry.access.redhat.com/ubi9/ubi:9.7} AS ubi
FROM ${BASE_IMAGE:-registry.access.redhat.com/ubi9/ubi:9.7-1767674301} AS ubi
ARG TARGETARCH