Bump devcontainer to 1-3.12 (#108709)

This commit is contained in:
Robert Resch 2024-03-08 12:00:48 +01:00 committed by GitHub
parent 6e807df22e
commit 7926a76da5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.11
FROM mcr.microsoft.com/devcontainers/python:1-3.12
SHELL ["/bin/bash", "-o", "pipefail", "-c"]