Skip to content

Commit 378ad6f

Browse files
authored
Update Dockerfile to use most current version of MkDocs (1.2.2) (#55)
1 parent 28b2e63 commit 378ad6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:latest
22

3-
ENV MKDOCS_VERSION=1.1.2 \
3+
ENV MKDOCS_VERSION=1.2.2 \
44
DOCS_DIRECTORY='/mkdocs' \
55
LIVE_RELOAD_SUPPORT='false' \
66
ADD_MODULES='false' \
@@ -29,4 +29,4 @@ RUN \
2929
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/* && \
3030
chmod 600 /root/.ssh/config
3131

32-
CMD ["/usr/bin/bootstrap", "start"]
32+
CMD ["/usr/bin/bootstrap", "start"]

0 commit comments

Comments
 (0)