From 48c5926f874e5a5b1d8ea80262d68c4c8875c83b Mon Sep 17 00:00:00 2001 From: Oliver Steffen Date: Mon, 17 Nov 2025 09:16:12 +0100 Subject: [PATCH] .devcontainer: Use Fedora 43 image Fedora 40, which is currently in use as the devcontainer image, is EOL. With the fixes for the C23 standard we can use GCC 15 and switch over to the latest Fedora image. Signed-off-by: Oliver Steffen --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 43694eb389..ebbc3d07d2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "ghcr.io/tianocore/containers/fedora-40-dev:latest", + "image": "ghcr.io/tianocore/containers/fedora-43-dev:latest", "postCreateCommand": "git config --global --add safe.directory '*' && pip install --upgrade -r pip-requirements.txt", "customizations": { "vscode": {