Skip to content

Commit

Permalink
Fix#65: bumped to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pozgo committed Aug 26, 2023
1 parent 221ad61 commit d437d08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

ENV MKDOCS_VERSION=1.4.2 \
ENV MKDOCS_VERSION=1.5.2 \
DOCS_DIRECTORY='/mkdocs' \
LIVE_RELOAD_SUPPORT='false' \
ADD_MODULES='false' \
Expand Down
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.4.2 \
ENV MKDOCS_VERSION=1.5.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.4.2
image: polinux/mkdocs:1.5.2
restart: always
ports:
- "8000:8000"
Expand Down

0 comments on commit d437d08

Please sign in to comment.