From 1fc2c1ae92c3f943681361288b104808b7d54a9b Mon Sep 17 00:00:00 2001 From: qpismont Date: Tue, 28 Oct 2025 19:17:17 +0100 Subject: [PATCH] Update base image to Fedora 43 in Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 8e88479..98a6f22 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora-bootc:42 +FROM registry.fedoraproject.org/fedora-bootc:43 #Ajout du dépot vscode RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \