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

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"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]