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
hc-github-team-consul-core 2024-09-17 14:13:50 -04:00 committed by GitHub
parent 6c88c65189
commit 2d954697c1
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