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