From 7fb5c78c5b7e46a9119ef385ccde80707ecbb037 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 21 Nov 2024 18:53:22 +0000 Subject: [PATCH] Use ubi9 for building devspaces image --- devspaces/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devspaces/Containerfile b/devspaces/Containerfile index 43fddf9d..eb21666c 100644 --- a/devspaces/Containerfile +++ b/devspaces/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/devfile/base-developer-image:ubi8-latest +FROM quay.io/devfile/base-developer-image:ubi9-latest ARG PYV=3.11