Skip to content

Commit 13cb7e1

Browse files
Update python Docker tag to v3.13
1 parent 40bdad3 commit 13cb7e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-bullseye AS base
1+
FROM python:3.13-bullseye AS base
22

33
RUN pip install mkdocs-material && pip install mkdocs-git-revision-date-localized-plugin
44

docs.dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11
1+
FROM python:3.13
22

33
RUN pip install mkdocs-material && pip install mkdocs-git-revision-date-localized-plugin
44

0 commit comments

Comments
 (0)