We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 157cf0f + fdd2474 commit 8373b1eCopy full SHA for 8373b1e
1 file changed
Dockerfile.ubi
@@ -3,7 +3,7 @@ ARG BASE_IMAGE
3
4
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE} AS SRC
5
6
-FROM ${BASE_IMAGE:-registry.access.redhat.com/ubi9/ubi:latest} AS ubi
+FROM ${BASE_IMAGE:-registry.access.redhat.com/ubi9/ubi:9.7} AS ubi
7
ARG TARGETARCH
8
9
0 commit comments