dockerfile: ubi-minimal:8.7 -> 8.8 (#20640)
This commit is contained in:
parent
f9541a1c96
commit
f219d7a77c
|
@ -74,7 +74,7 @@ CMD ["server", "-dev"]
|
|||
|
||||
|
||||
## UBI DOCKERFILE ##
|
||||
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7 as ubi
|
||||
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as ubi
|
||||
|
||||
ARG BIN_NAME
|
||||
# PRODUCT_VERSION is the version built dist/$TARGETOS/$TARGETARCH/$BIN_NAME,
|
||||
|
|
Loading…
Reference in New Issue