mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-08-02 13:00:14 -04:00
dev: bump dev image to trixie (#7968)
This commit is contained in:
@@ -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": {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user