From 1330cc0711707577b4ef0417d4695572ad91da68 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Tue, 30 May 2023 13:06:08 -0400 Subject: [PATCH] backport of commit 87e1f041781a18b55b0841febd53db7c8cc7257f (#17516) Co-authored-by: DanStough --- .changelog/17513.txt | 3 +++ Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changelog/17513.txt diff --git a/.changelog/17513.txt b/.changelog/17513.txt new file mode 100644 index 0000000000..a87557d08c --- /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 45bef496c2..f5550f8f14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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