From 9a7fc8b2352180631cec475d14f02cf8d4860d3b Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Wed, 22 Oct 2025 13:30:45 -0700 Subject: [PATCH] Bump to Fedora 42 for JIT --- devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devcontainer/Dockerfile b/devcontainer/Dockerfile index 1ffd4be..b58f9a3 100644 --- a/devcontainer/Dockerfile +++ b/devcontainer/Dockerfile @@ -1,6 +1,6 @@ -FROM docker.io/library/fedora:41 +FROM docker.io/library/fedora:42 -LABEL org.opencontainers.image.base.name="docker.io/library/fedora:41" +LABEL org.opencontainers.image.base.name="docker.io/library/fedora:42" 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."