mirror of https://github.com/status-im/consul.git
Dockerfile: bump UBI base image to 9.1 (#15386)
This commit is contained in:
parent
8ad56b778c
commit
d0a83f722b
|
@ -198,7 +198,7 @@ CMD ["agent", "-dev", "-client", "0.0.0.0"]
|
||||||
|
|
||||||
# Red Hat UBI-based image
|
# Red Hat UBI-based image
|
||||||
# This target is used to build a Consul image for use on OpenShift.
|
# This target is used to build a Consul image for use on OpenShift.
|
||||||
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 as ubi
|
FROM registry.access.redhat.com/ubi9-minimal:9.1.0 as ubi
|
||||||
|
|
||||||
ARG PRODUCT_NAME
|
ARG PRODUCT_NAME
|
||||||
ARG PRODUCT_VERSION
|
ARG PRODUCT_VERSION
|
||||||
|
|
Loading…
Reference in New Issue