From b9e4f5c0c7fd8c9ac06aa10f29552228d20d0c85 Mon Sep 17 00:00:00 2001 From: Davor Runje Date: Wed, 3 Jan 2024 09:26:05 +0000 Subject: [PATCH] upgrade base image to the latest Debian (Bookworm) --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 13eae66491a2..5bf2d4c27d82 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -3,7 +3,7 @@ # Licensed under the MIT License. See LICENSE file in the project root for license information. #------------------------------------------------------------------------------------------------------------- -FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.10 +FROM mcr.microsoft.com/vscode/devcontainers/python:3.10 # # Update the OS and maybe install packages