Bump Devcontainer Ubuntu Version (#12252)

Bump ver
This commit is contained in:
Ocraftyone
2026-05-14 21:57:41 -04:00
committed by GitHub
parent 3471b24362
commit 23e6d8440d

View File

@@ -4,7 +4,7 @@
"dockerfile": "Dockerfile",
"args": {
"PLATFORM": "linux/amd64",
"BASE_IMAGE": "mcr.microsoft.com/devcontainers/cpp:ubuntu-22.04"
"BASE_IMAGE": "mcr.microsoft.com/devcontainers/cpp:ubuntu-24.04"
},
"options": ["--platform=linux/amd64"]
},