ci: use CentOS 9 Stream base image for mirroring job

Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos 2024-05-29 16:49:03 +02:00 committed by Madhu Rajanna
parent 8b2d5aea40
commit bd784ced05

View File

@ -1,4 +1,4 @@
FROM quay.io/centos/centos:stream8
FROM quay.io/centos/centos:stream9
RUN true \
&& dnf -y install skopeo \