Skip to content

Commit

Permalink
bumped to 1.4.2 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
pozgo authored Feb 15, 2023
1 parent 002c3f6 commit 507cbf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.3 \
ENV MKDOCS_VERSION=1.4.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"]
2 changes: 1 addition & 1 deletion Dockerfile-arm64v8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM arm64v8/alpine

ENV MKDOCS_VERSION=1.1.2 \
ENV MKDOCS_VERSION=1.4.2 \
DOCS_DIRECTORY='/mkdocs' \
LIVE_RELOAD_SUPPORT='false' \
ADD_MODULES='false' \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
mkdocs:
container_name: mkdocs
image: polinux/mkdocs:1.1.0
image: polinux/mkdocs:1.4.2
restart: always
ports:
- "8000:8000"
Expand Down

0 comments on commit 507cbf6

Please sign in to comment.