From 5b14222ae9ae30e0411e822ea8511e8c8226039f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20=22decko=22=20de=20Brito?= Date: Fri, 16 Feb 2024 18:06:38 -0300 Subject: [PATCH] Use the new CentOS 9 image as base. [noissue] --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index e698f2b..bc9acf5 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=ghcr.io/pulp/pulp-ci-centos:latest +ARG BASE_IMAGE=ghcr.io/pulp/pulp-ci-centos9:latest FROM $BASE_IMAGE # configure S6 to use env variables