Skip to content

Commit 01561ec

Browse files
authored
Update Python variant to use 'trixie'
1 parent 260b34f commit 01561ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/.devcontainer/devcontainer.json.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dockerfile": "Dockerfile",
88
"context": "..",
99
"args": {
10-
"VARIANT": "{{ python_version }}-bookworm"
10+
"VARIANT": "{{ python_version }}-trixie"
1111
}
1212
},
1313
"remoteEnv": {% raw %}{{% endraw %}{% if self_signed %}// https://github.com/microsoft/vscode-remote-release/issues/6092

0 commit comments

Comments
 (0)