mirror of https://github.com/acidanthera/audk.git
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:
parent
31abbed237
commit
d949ed05d4
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue