fix(devcontainer): Upgrade to Python 3.12 to be able to install deps defined in requirements.txt

Signed-off-by: Robin Windey <ro.windey@gmail.com>
This commit is contained in:
Robin Windey
2025-12-29 20:02:44 +00:00
parent 94a5a1ee49
commit 009b4edacb

View File

@@ -1,4 +1,4 @@
FROM python:3.10 as final
FROM python:3.12 as final
USER root