upgrade container base image to ubi-9 (#18313)

This commit updates the container base image from
ubi:8.8 to ubi:9.2.

Signed-off-by: Andreas Auernhammer <github@aead.dev>
This commit is contained in:
Andreas Auernhammer
2023-10-25 17:32:18 +02:00
committed by GitHub
parent 99c1a642a4
commit 3cc30bcc18
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
ARG RELEASE