upgrade base image to the latest Debian (Bookworm) (#1133)

This commit is contained in:
Davor Runje 2024-01-03 18:40:43 +01:00 committed by GitHub
parent 4fcc45f140
commit 82cc88e36c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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