Skip to content

Commit e2ba50f

Browse files
committed
.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 <[email protected]>
1 parent 24cd112 commit e2ba50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"image": "ghcr.io/tianocore/containers/fedora-40-dev:latest",
2+
"image": "ghcr.io/tianocore/containers/fedora-43-dev:latest",
33
"postCreateCommand": "git config --global --add safe.directory '*' && pip install --upgrade -r pip-requirements.txt",
44
"customizations": {
55
"vscode": {

0 commit comments

Comments
 (0)