From ca5844fabf57c9499321aa14c9bddbc833ee28b2 Mon Sep 17 00:00:00 2001 From: Dhia Ayachi Date: Thu, 29 Aug 2024 14:38:56 +0000 Subject: [PATCH] backport of commit 492ea12af1629c856e90a371a335524d90c7e4c5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c548f2e9..ddc51215 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.3 as release-ubi +FROM registry.access.redhat.com/ubi9-minimal:9.4 as release-ubi ARG BIN_NAME=consul-dataplane ENV BIN_NAME=$BIN_NAME