Skip to content

Commit f4183d1

Browse files
committedOct 8, 2024·
Update python Docker tag to v3.13
1 parent 11d7246 commit f4183d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-bullseye AS base
1+
FROM python:3.13-bullseye AS base
22

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

‎dev.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12
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)
Please sign in to comment.