Skip to content

Commit

Permalink
Update python Docker tag to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 40bdad3 commit 13cb7e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-bullseye AS base
FROM python:3.13-bullseye AS base

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

Expand Down
2 changes: 1 addition & 1 deletion docs.dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.13

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

Expand Down

0 comments on commit 13cb7e1

Please sign in to comment.