mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
.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:
parent
96158b339a
commit
48c5926f87
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue