Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit d9b823e

Browse files
author
Sameer Naik
committed
pin mkdocs-material-insiders version to 8.5.8-insiders-4.26.2
1 parent 8745391 commit d9b823e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3 AS builder
22

33
ARG MKDOCS_INSIDERS_TOKEN=
44

5-
RUN pip install git+https://${MKDOCS_INSIDERS_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git mkdocs-redirects
5+
RUN pip install git+https://${MKDOCS_INSIDERS_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@8.5.8-insiders-4.26.2 mkdocs-redirects
66

77
COPY . /docs
88

0 commit comments

Comments
 (0)