From 6916663346b97161b028092956062f1e28598451 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 22 Jun 2026 21:19:04 +0200 Subject: [PATCH] Bump to Fedora 44 with LLVM 22 --- devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devcontainer/Dockerfile b/devcontainer/Dockerfile index 6ead8d6..4b074e6 100644 --- a/devcontainer/Dockerfile +++ b/devcontainer/Dockerfile @@ -1,6 +1,6 @@ -FROM docker.io/library/fedora:43 +FROM docker.io/library/fedora:44 -LABEL org.opencontainers.image.base.name="docker.io/library/fedora:43" +LABEL org.opencontainers.image.base.name="docker.io/library/fedora:44" LABEL org.opencontainers.image.source="https://github.com/python/cpython-devcontainers" LABEL org.opencontainers.image.title="CPython development container" LABEL org.opencontainers.image.description="CPython development container with the tooling to work on Linux builds."