From 280f6d309c457e358acbe6455dc20d2bdd8ea0f3 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Thu, 19 Sep 2024 16:40:59 -0400 Subject: [PATCH] Backport of Upgrade ubi image to 9.4 into release/1.20.x (#21773) * backport of commit 888e302f6e87f27d0c8a0c6facfd6c3a6c8033c5 * backport of commit 17499dc4dcca4aa6f67b3f95bd24b433cd32556b * backport of commit d933d3727d1ddf4566d0ee7612e3a64029034314 --------- Co-authored-by: Dhia Ayachi Co-authored-by: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com> --- .changelog/21750.txt | 3 +++ Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changelog/21750.txt diff --git a/.changelog/21750.txt b/.changelog/21750.txt new file mode 100644 index 0000000000..c30c08179b --- /dev/null +++ b/.changelog/21750.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +security: upgrade ubi base image to 9.4 +``` diff --git a/Dockerfile b/Dockerfile index 55e5972bd9..dc617c5e04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -203,7 +203,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.3 as ubi +FROM registry.access.redhat.com/ubi9-minimal:9.4 as ubi ARG PRODUCT_VERSION ARG PRODUCT_REVISION