From 8d92b64c49f82db74f13f6cba8598c502e1d79c4 Mon Sep 17 00:00:00 2001 From: Mukul Anand Date: Mon, 19 May 2025 15:21:16 +0530 Subject: [PATCH] UBI base image fix for redhat sec-vuln rejection --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 21987259..bd502391 100644 --- a/Dockerfile +++ b/Dockerfile @@ -127,7 +127,7 @@ ENTRYPOINT ["/usr/local/bin/dumb-init", "/usr/local/bin/consul-dataplane"] # This image is based on the Red Hat UBI base image, and has the necessary # labels, license file, and non-root user. # ----------------------------------- -FROM registry.access.redhat.com/ubi9-minimal:9.4 as release-ubi +FROM registry.access.redhat.com/ubi9-minimal:9.6-1747218906 as release-ubi ARG BIN_NAME=consul-dataplane ENV BIN_NAME=$BIN_NAME @@ -169,7 +169,7 @@ ENTRYPOINT ["/usr/local/bin/dumb-init", "/usr/local/bin/consul-dataplane"] # This image is based on the Red Hat UBI base image, and has the necessary # labels, license file, and non-root user. # ----------------------------------- -FROM registry.access.redhat.com/ubi9-minimal:9.4 as release-fips-ubi +FROM registry.access.redhat.com/ubi9-minimal:9.6-1747218906 as release-fips-ubi ARG BIN_NAME ENV BIN_NAME=$BIN_NAME