Skip to content

Commit 8be70cd

Browse files
chore(deps): update docker.io/python docker tag to v3.14.2
1 parent 221f80c commit 8be70cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2-alpine@sha256:f74e244c26cf94c81a2a6ec8e4e5e55e59bae979063c83382cafb87f03fc1f56
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.2-alpine@sha256:f74e244c26cf94c81a2a6ec8e4e5e55e59bae979063c83382cafb87f03fc1f56
77

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

0 commit comments

Comments
 (0)