mirror of https://github.com/hashicorp/consul
Upgrade ubi image to 9.4 (#21750)
* upgrade go to 1.23.1, upgrade ubi image to 9.4 * add changelog * revert go version upgradepull/21749/head^2
parent
29c2cbcbe2
commit
fe820d561a
|
@ -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
|
# 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/ubi9-minimal:9.3 as ubi
|
FROM registry.access.redhat.com/ubi9-minimal:9.4 as ubi
|
||||||
|
|
||||||
ARG PRODUCT_VERSION
|
ARG PRODUCT_VERSION
|
||||||
ARG PRODUCT_REVISION
|
ARG PRODUCT_REVISION
|
||||||
|
|
Loading…
Reference in New Issue