Skip to content

Commit 7e9c7a3

Browse files
Update python Docker tag to v3.12
1 parent 6aee8ff commit 7e9c7a3

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.12-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.12
22

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

0 commit comments

Comments
 (0)