1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-19 18:28:42 +00:00

Move python 3.12 to python 3.13 (#23585)

This commit is contained in:
Simon Lamon
2025-01-06 09:31:13 +01:00
committed by GitHub
parent f043886273
commit 8be2ca5392
4 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.148.1/containers/python-3/.devcontainer/base.Dockerfile
FROM mcr.microsoft.com/devcontainers/python:3.12
FROM mcr.microsoft.com/devcontainers/python:1-3.13
ENV \
DEBIAN_FRONTEND=noninteractive \