Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit a456333

Browse files
author
Julian van den Berkmortel
committed
Use "jekyll/jekyll:3.8.6" so it is locked, rather than "latest", refs #8370
1 parent 1a5af52 commit a456333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.6'
22

33
services:
44
jekyll:
5-
image: jekyll/jekyll:latest
5+
image: jekyll/jekyll:3.8.6
66
command: jekyll serve --watch --incremental --open-url --livereload
77
ports:
88
- 4000:4000

0 commit comments

Comments
 (0)