From 2323c7c21694bb7961c2b3a680c0caf8cb04ee31 Mon Sep 17 00:00:00 2001 From: Tomasz Torcz Date: Sat, 16 Nov 2024 21:45:10 +0100 Subject: [PATCH] once again use latest fedora --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 018c6ef..debf202 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM fedora-minimal:37 +FROM fedora-minimal:latest RUN microdnf install --assumeyes \ python3-flask \