build(deps): update UBI base image to 9.2 (#17513)

This commit is contained in:
Dan Stough 2023-05-30 12:48:13 -04:00 committed by GitHub
parent 1006a9a675
commit 24cb491c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

3
.changelog/17513.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:security
Update to UBI base image to 9.2.
```

View File

@ -201,7 +201,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