We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b2e63 commit 378ad6fCopy full SHA for 378ad6f
Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:latest
2
3
-ENV MKDOCS_VERSION=1.1.2 \
+ENV MKDOCS_VERSION=1.2.2 \
4
DOCS_DIRECTORY='/mkdocs' \
5
LIVE_RELOAD_SUPPORT='false' \
6
ADD_MODULES='false' \
@@ -29,4 +29,4 @@ RUN \
29
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/* && \
30
chmod 600 /root/.ssh/config
31
32
-CMD ["/usr/bin/bootstrap", "start"]
+CMD ["/usr/bin/bootstrap", "start"]
0 commit comments