mirror of
https://github.com/status-im/consul.git
synced 2025-01-29 06:55:25 +00:00
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
This commit is contained in:
parent
29c2cbcbe2
commit
fe820d561a
3
.changelog/21750.txt
Normal file
3
.changelog/21750.txt
Normal file
@ -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…
x
Reference in New Issue
Block a user