From e7c7bc74c4a9cbbf03b5fa69f78173da20065284 Mon Sep 17 00:00:00 2001 From: David Yu Date: Thu, 21 Dec 2023 11:55:20 -0800 Subject: [PATCH] Dockerfile: bump up to `ubi-minimal:9.3` (#20014) * Update Dockerfile --- .changelog/20014.txt | 3 +++ Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changelog/20014.txt diff --git a/.changelog/20014.txt b/.changelog/20014.txt new file mode 100644 index 0000000000..032356f989 --- /dev/null +++ b/.changelog/20014.txt @@ -0,0 +1,3 @@ +```release-note:security +Upgrade OpenShift container images to use `ubi9-minimal:9.3` as the base image. +``` diff --git a/Dockerfile b/Dockerfile index 1926c52129..5d973446f3 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.2 as ubi +FROM registry.access.redhat.com/ubi9-minimal:9.3 as ubi ARG PRODUCT_NAME ARG PRODUCT_VERSION