Skip to content

Commit 7c09c8b

Browse files
authored
build: fix MkDocs' Dockerfile base image tag (#266)
1 parent afceadd commit 7c09c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.14-alpine@sha256:b4d299311845147e7e47c970566906caf8378a1f04e5d3de65b5f2e834f8e3bf
5+
FROM docker.io/python:3.13.5-alpine@sha256:9b4929a72599b6c6389ece4ecbf415fd1355129f22bb92bb137eea098f05e975
66

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

0 commit comments

Comments
 (0)