Skip to content

Commit

Permalink
Merge 87e1f04 into backport/dans/NET-4120/ubi-9.2/hopefully-settling-…
Browse files Browse the repository at this point in the history
…quetzal
  • Loading branch information
hc-github-team-consul-core authored May 30, 2023
2 parents b223462 + 87e1f04 commit f28ee50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/17513.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:security
Update to UBI base image to 9.2.
```
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,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.1.0 as ubi
FROM registry.access.redhat.com/ubi9-minimal:9.2 as ubi

ARG PRODUCT_NAME
ARG PRODUCT_VERSION
Expand Down

0 comments on commit f28ee50

Please sign in to comment.