diff --git a/Dockerfile b/Dockerfile index 78b0ccc0..a793f41e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,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/ubi8/ubi-minimal:8.6 as release-ubi +FROM registry.access.redhat.com/ubi9-minimal:9.1.0 as release-ubi ARG BIN_NAME ENV BIN_NAME=$BIN_NAME