From d37159d20ba8908a7f66408cbed2e15a5eacd801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Wed, 12 Jun 2024 01:49:45 +0000 Subject: [PATCH] Update devcontainer to py3.12 --- .devcontainer/Python/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Python/devcontainer.json b/.devcontainer/Python/devcontainer.json index 49c499bf..3998a419 100644 --- a/.devcontainer/Python/devcontainer.json +++ b/.devcontainer/Python/devcontainer.json @@ -1,9 +1,9 @@ // For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/python { - "name": "Python 3.11", + "name": "Python", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm", + "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bookworm", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, // Use 'forwardPorts' to make a list of ports inside the container available locally.