Skip to content

Commit

Permalink
Update Dockerfile to use most current version of MkDocs (1.2.2) (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenfiscus authored Aug 19, 2021
1 parent 28b2e63 commit 378ad6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

ENV MKDOCS_VERSION=1.1.2 \
ENV MKDOCS_VERSION=1.2.2 \
DOCS_DIRECTORY='/mkdocs' \
LIVE_RELOAD_SUPPORT='false' \
ADD_MODULES='false' \
Expand Down Expand Up @@ -29,4 +29,4 @@ RUN \
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/* && \
chmod 600 /root/.ssh/config

CMD ["/usr/bin/bootstrap", "start"]
CMD ["/usr/bin/bootstrap", "start"]

0 comments on commit 378ad6f

Please sign in to comment.