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:
Dhia Ayachi 2024-09-17 11:48:02 -04:00 committed by GitHub
parent 29c2cbcbe2
commit fe820d561a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

3
.changelog/21750.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:enhancement
security: upgrade ubi base image to 9.4
```

View File

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