Skip to content

Commit

Permalink
Upgrade ubi image to 9.4 (#21750)
Browse files Browse the repository at this point in the history
* upgrade go to 1.23.1, upgrade ubi image to 9.4

* add changelog

* revert go version upgrade
  • Loading branch information
dhiaayachi authored and nathancoleman committed Sep 17, 2024
1 parent 8aafd30 commit 2c7cd5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/21750.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
security: upgrade ubi base image to 9.4
```
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c7cd5f

Please sign in to comment.