.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 <osteffen@redhat.com>
This commit is contained in:
Oliver Steffen
2025-11-17 09:16:12 +01:00
committed by mergify[bot]
parent 96158b339a
commit 48c5926f87
+1 -1
View File
@@ -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": {