File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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, ...)
88RUN apk add --no-cache git
Original file line number Diff line number Diff line change 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
99RUN addgroup -S -g 1000 pip && \
You can’t perform that action at this time.
0 commit comments