mirror of
https://github.com/nextcloud/documentation.git
synced 2025-07-25 16:05:49 +00:00
fix(devcontainer): upgrade Python to match minimal requirements
`alabaster==1.0.0` requires at least Python 3.10, while DevContainer has 3.9 Upgrading to 3.10 Alternative: upgrade to the 3.13 as the latest Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:

committed by
GitHub

parent
df41c3e42f
commit
dfc008b07d
@ -1,4 +1,4 @@
|
||||
FROM python:3.9 as final
|
||||
FROM python:3.10 as final
|
||||
|
||||
USER root
|
||||
|
||||
|
Reference in New Issue
Block a user