Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kbs/docker/rhel-ubi/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down