Skip to content

Commit 507cbf6

Browse files
authored
bumped to 1.4.2 (#63)
1 parent 002c3f6 commit 507cbf6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.2.3 \
3+
ENV MKDOCS_VERSION=1.4.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"]

Dockerfile-arm64v8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM arm64v8/alpine
22

3-
ENV MKDOCS_VERSION=1.1.2 \
3+
ENV MKDOCS_VERSION=1.4.2 \
44
DOCS_DIRECTORY='/mkdocs' \
55
LIVE_RELOAD_SUPPORT='false' \
66
ADD_MODULES='false' \

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44
mkdocs:
55
container_name: mkdocs
6-
image: polinux/mkdocs:1.1.0
6+
image: polinux/mkdocs:1.4.2
77
restart: always
88
ports:
99
- "8000:8000"

0 commit comments

Comments
 (0)