dev: bump dev image to trixie (#7968)

This commit is contained in:
Michael Genson
2026-07-28 09:46:48 -05:00
committed by GitHub
parent 1eea0254a3
commit 472f652c65
3 changed files with 10 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
// Update 'VARIANT' to pick a Python version: 3, 3.10, 3.9, 3.8, 3.7, 3.6
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local on arm64/Apple Silicon.
"VARIANT": "3.12-bullseye",
"VARIANT": "3.12-trixie",
// Options
"NODE_VERSION": "22"
}
@@ -54,8 +54,9 @@
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"dockerDashComposeVersion": "v2"
"ghcr.io/devcontainers/features/docker-in-docker:4": {
"dockerDashComposeVersion": "v2",
"moby": false
},
"ghcr.io/devcontainers/features/github-cli:1": {}
},