chore(ci): update ubi base to ubi-9 (#15797)

pull/15803/head
Dan Stough 2 years ago committed by GitHub
parent 8267e640be
commit a643106860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -198,7 +198,7 @@ CMD ["agent", "-dev", "-client", "0.0.0.0"]
# Red Hat UBI-based image
# 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_VERSION

Loading…
Cancel
Save