Skip to content

Commit

Permalink
feat(mkdocs): upgraded mkdocs and mkdocs-material
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmann committed Nov 26, 2018
1 parent 142cfa1 commit 57d7663
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.5
ENV WEBHOOK_URL_PREFIX="wiki/hooks"
RUN apt update
RUN apt install -y unzip apache2
RUN python -m pip install mkdocs==0.17.3 mkdocs-material==2.7.3 pygments pymdown-extensions
RUN python -m pip install mkdocs==1.0.4 mkdocs-material==3.1.0 pygments pymdown-extensions
RUN wget -qO- https://github.com/adnanh/webhook/releases/download/2.6.5/webhook-linux-amd64.tar.gz \
| tar xzv --strip 1 -C /usr/local/bin
RUN mkdir -p /var/webhook /srv_root/docs
Expand Down

0 comments on commit 57d7663

Please sign in to comment.