Merge pull request #19582 from henrybear327/ci/update-devcontainer-1.24

Bump devcontainer version to 1.24
This commit is contained in:
Benjamin Wang 2025-03-15 07:43:52 +00:00 committed by GitHub
commit a2eedb9093
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
{ {
"name": "Go", "name": "Go",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/go:1.23-bookworm", "image": "mcr.microsoft.com/devcontainers/go:dev-1.24-bookworm",
// Features to add to the dev container. More info: https://containers.dev/features. // Features to add to the dev container. More info: https://containers.dev/features.
"features": { "features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}, "ghcr.io/devcontainers/features/docker-in-docker:2": {},