diff --git a/kbs/docker/rhel-ubi/Dockerfile b/kbs/docker/rhel-ubi/Dockerfile index 67ccb1d5dd..c0eb85e8a8 100644 --- a/kbs/docker/rhel-ubi/Dockerfile +++ b/kbs/docker/rhel-ubi/Dockerfile @@ -1,5 +1,5 @@ # Use UBI to build. -FROM registry.access.redhat.com/ubi9:9.7 as builder +FROM registry.access.redhat.com/ubi9:9.8-1779808651 as builder ARG ALIYUN=false ARG VAULT=true @@ -52,7 +52,7 @@ RUN if [ $(uname -m) = "x86_64" ]; then \ fi # Package UBI image. -FROM registry.access.redhat.com/ubi9:9.7 +FROM registry.access.redhat.com/ubi9:9.8-1779808651 # Update packages. Get CVE fixes sooner. RUN dnf -y update && dnf clean all