chore(devcontainer): upgrade Python version to 3.12 in Dockerfile and configuration (#11017)
This commit is contained in:
parent
448a19bf54
commit
1cdadfdece
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
||||
// README at: https://github.com/devcontainers/templates/tree/main/src/anaconda
|
||||
{
|
||||
"name": "Python 3.10",
|
||||
"name": "Python 3.12",
|
||||
"build": {
|
||||
"context": "..",
|
||||
"dockerfile": "Dockerfile"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue