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 6aee8ff commit 7e9c7a3Copy full SHA for 7e9c7a3
docs.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11-bullseye AS base
+FROM python:3.12-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.12
0 commit comments