mirror of
https://github.com/Dasharo/edk2.git
synced 2026-06-13 10:16:24 -07: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:
committed by
mergify[bot]
parent
96158b339a
commit
48c5926f87
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user