Update base image to Python 3.13 and deprecated 3.12 (#130425)

This commit is contained in:
Marc Mueller
2024-11-13 19:28:53 +01:00
committed by GitHub
parent 0a5a2de78e
commit ed5560aec2
5 changed files with 10 additions and 9 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"]