From d949ed05d410523ffaf6b8574337c4a20f19961c Mon Sep 17 00:00:00 2001 From: Oliver Steffen Date: Thu, 5 Dec 2024 13:08:20 +0100 Subject: 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 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ef51e1695a..43694eb389 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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", "customizations": { "vscode": { -- cgit