Devcontainer: Use latest Fedora 40 image

Since the CI is now running on Fedora 40, let's also switch over
VSCode Devcontainer to use the same.

Signed-off-by: Oliver Steffen <osteffen@redhat.com>
This commit is contained in:
Oliver Steffen 2024-12-05 13:08:20 +01:00 committed by mergify[bot]
parent 31abbed237
commit d949ed05d4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ {
"image": "ghcr.io/tianocore/containers/fedora-39-dev:latest", "image": "ghcr.io/tianocore/containers/fedora-40-dev:latest",
"postCreateCommand": "git config --global --add safe.directory '*' && pip install --upgrade -r pip-requirements.txt", "postCreateCommand": "git config --global --add safe.directory '*' && pip install --upgrade -r pip-requirements.txt",
"customizations": { "customizations": {
"vscode": { "vscode": {