Skip to content

Commit

Permalink
Merge branch 'main' into nicoleta-NET-9589
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoletaPopoviciu authored Sep 17, 2024
2 parents 61a85b0 + fe820d5 commit 974f90c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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 .release/versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema = 1
active_versions {
version "1.20" {
ce_active = true
},
}
version "1.19" {
ce_active = true
}
Expand Down
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 974f90c

Please sign in to comment.