Переглянути джерело

chore(devcontainer): upgrade Python version to 3.12 in Dockerfile and configuration (#11017)

Hiroshi Fujita 5 місяців тому
батько
коміт
1cdadfdece
2 змінених файлів з 3 додано та 3 видалено
  1. 2 2
      .devcontainer/Dockerfile
  2. 1 1
      .devcontainer/devcontainer.json

+ 2 - 2
.devcontainer/Dockerfile

@@ -1,5 +1,5 @@
-FROM mcr.microsoft.com/devcontainers/python:3.10
+FROM mcr.microsoft.com/devcontainers/python:3.12
 
 # [Optional] Uncomment this section to install additional OS packages.
 # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
-#     && apt-get -y install --no-install-recommends <your-package-list-here>
+#     && apt-get -y install --no-install-recommends <your-package-list-here>

+ 1 - 1
.devcontainer/devcontainer.json

@@ -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"