freeze jekyll version

This commit is contained in:
Jeppe Ernst 2018-11-19 19:20:12 +01:00
parent d8a30d1216
commit 29de999474
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
jekyll:
image: jekyll/builder
image: jekyll/builder:3.7
command: bash /srv/jekyll/_scripts/build-then-deploy.sh
ports:
- 4000:4000

View File

@ -1,5 +1,5 @@
jekyll:
image: jekyll/jekyll
image: jekyll/jekyll:3.7
command: jekyll serve --livereload --reload_port 35729
ports:
- 4000:4000