mirror of https://github.com/hashicorp/consul
Backport of Upgrade ubi image to 9.4 into release/1.19.x (#21757)
Upgrade ubi image to 9.4 (#21750) * upgrade go to 1.23.1, upgrade ubi image to 9.4 * add changelog * revert go version upgrade Co-authored-by: Dhia Ayachi <dhia@hashicorp.com>pull/21764/head
parent
6c88c65189
commit
2d954697c1
|
@ -0,0 +1,3 @@
|
|||
```release-note:enhancement
|
||||
security: upgrade ubi base image to 9.4
|
||||
```
|
|
@ -203,7 +203,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.3 as ubi
|
||||
FROM registry.access.redhat.com/ubi9-minimal:9.4 as ubi
|
||||
|
||||
ARG PRODUCT_VERSION
|
||||
ARG PRODUCT_REVISION
|
||||
|
|
Loading…
Reference in New Issue