Skip to content

Commit

Permalink
pin mkdocs-material-insiders version to 8.5.8-insiders-4.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Jan 10, 2023
1 parent 8745391 commit d9b823e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3 AS builder

ARG MKDOCS_INSIDERS_TOKEN=

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

COPY . /docs

Expand Down

0 comments on commit d9b823e

Please sign in to comment.