Downgrade devcontainer to Python 3.12 again (#130562)

This commit is contained in:
Simon Lamon 2024-11-13 22:03:34 +01:00 committed by GitHub
parent c35ef6bda3
commit 4002bc3c25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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