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:7c2135f3b4c04e61b8e42c8a3149f520b55b5543cda68f1b879d419727347772
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:7c2135f3b4c04e61b8e42c8a3149f520b55b5543cda68f1b879d419727347772
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