mirror of https://github.com/hashicorp/consul
backport of commit 87e1f04178
(#17516)
Co-authored-by: DanStough <dan.stough@hashicorp.com>pull/17518/head
parent
c0ee120dda
commit
1330cc0711
|
@ -0,0 +1,3 @@
|
|||
```release-note:security
|
||||
Update to UBI base image to 9.2.
|
||||
```
|
|
@ -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/ubi9-minimal:9.1.0 as ubi
|
||||
FROM registry.access.redhat.com/ubi9-minimal:9.2 as ubi
|
||||
|
||||
ARG PRODUCT_NAME
|
||||
ARG PRODUCT_VERSION
|
||||
|
|
Loading…
Reference in New Issue