We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bdad3 commit 13cb7e1Copy full SHA for 13cb7e1
docs.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11-bullseye AS base
+FROM python:3.13-bullseye AS base
2
3
RUN pip install mkdocs-material && pip install mkdocs-git-revision-date-localized-plugin
4
docs.dev.Dockerfile
-FROM python:3.11
+FROM python:3.13
0 commit comments