Dockerfile: bump UBI base image to 9.1 (#15386)

This commit is contained in:
David Yu 2022-12-14 06:52:19 -08:00 committed by GitHub
parent 237b043d91
commit 456d50dfaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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