diff --git a/.changelog/17513.txt b/.changelog/17513.txt new file mode 100644 index 000000000..a87557d08 --- /dev/null +++ b/.changelog/17513.txt @@ -0,0 +1,3 @@ +```release-note:security +Update to UBI base image to 9.2. +``` diff --git a/Dockerfile b/Dockerfile index 6b6e69682..065156752 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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