From 4ce5df96ccd4b8daba12d82a7f6c669ad7a3d93a Mon Sep 17 00:00:00 2001 From: Michael Armijo Date: Tue, 26 Nov 2024 14:49:57 -0700 Subject: [PATCH] config-bot/Dockerfile: Update to Fedora 41 See: https://github.com/coreos/fedora-coreos-tracker/issues/1695 --- config-bot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-bot/Dockerfile b/config-bot/Dockerfile index 86b544c..ce94b4e 100644 --- a/config-bot/Dockerfile +++ b/config-bot/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:40 +FROM registry.fedoraproject.org/fedora:41 RUN dnf -y install git python3-aiohttp && dnf clean all