From 8f92bc7fc2409907d6b11bdd68d85b4a60685dbf Mon Sep 17 00:00:00 2001 From: Comminutus Date: Thu, 16 May 2024 09:51:36 -0400 Subject: [PATCH] Upgrade base image to Fedora 40 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index b053374..c9f4d4a 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -ARG base_tag=39 +ARG base_tag=40 ARG base_image=registry.fedoraproject.org/fedora-toolbox FROM ${base_image}:${base_tag}