From 998109344f5ce633b5371c7f60bc50f4afce9ef1 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Wed, 17 Jul 2024 13:16:08 +0200 Subject: [PATCH] Update Fedora CI to Fedora 40 --- fedora-ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-ci/Dockerfile b/fedora-ci/Dockerfile index 099f526..11d6c24 100644 --- a/fedora-ci/Dockerfile +++ b/fedora-ci/Dockerfile @@ -1,4 +1,4 @@ -ARG FEDORA_VERSION=39 +ARG FEDORA_VERSION=40 FROM fedora:${FEDORA_VERSION}