From bd784ced05b93e07c8127e5f872f9c95f116006d Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Wed, 29 May 2024 16:49:03 +0200 Subject: [PATCH] ci: use CentOS 9 Stream base image for mirroring job Signed-off-by: Niels de Vos --- mirror/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror/Containerfile b/mirror/Containerfile index 38feaaa00..e510a4622 100644 --- a/mirror/Containerfile +++ b/mirror/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/centos/centos:stream8 +FROM quay.io/centos/centos:stream9 RUN true \ && dnf -y install skopeo \