mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-26 13:28:45 +07:00
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:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.10 as final
|
FROM python:3.12 as final
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user