Update devcontainer to Python 3.13 (#132313)

pull/133142/head
Marc Mueller 2024-12-13 09:22:01 +01:00 committed by GitHub
parent 11b65b1eb3
commit e4cca3fe40
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/devcontainers/python:1-3.12 FROM mcr.microsoft.com/devcontainers/python:1-3.13
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]