Skip to content

Commit a1d6ae4

Browse files
chore(deps): update Python to v3.14.3 (#347)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c3c46a commit a1d6ae4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/user-guide/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# check=error=true
33

44
# BusyBox command help: https://www.busybox.net/downloads/BusyBox.html
5-
FROM docker.io/python:3.13.7-alpine@sha256:9ba6d8cbebf0fb6546ae71f2a1c14f6ffd2fdab83af7fa5669734ef30ad48844
5+
FROM docker.io/python:3.14.3-alpine@sha256:faee120f7885a06fcc9677922331391fa690d911c020abb9e8025ff3d908e510
66

77
# Setup prerequisites for MkDocs Git-related features (e.g. revisions, collaborators, ...)
88
RUN apk add --no-cache git

docs/user-guide/requirements/pip-compile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# BusyBox command help: https://www.busybox.net/downloads/BusyBox.html
55
# Note: impossible to rely on v3.13.14 (missing 'cache_clear' function error)
6-
FROM docker.io/python:3.13.7-alpine@sha256:9ba6d8cbebf0fb6546ae71f2a1c14f6ffd2fdab83af7fa5669734ef30ad48844
6+
FROM docker.io/python:3.14.3-alpine@sha256:faee120f7885a06fcc9677922331391fa690d911c020abb9e8025ff3d908e510
77

88
# New user and group for pip
99
RUN addgroup -S -g 1000 pip && \

0 commit comments

Comments
 (0)