Skip to content

Commit

Permalink
DX-900: Downgrade from v4.0.0 to v3.8.6 of the Jekyll image
Browse files Browse the repository at this point in the history
As the jekyll/jekyll:4.0.0 image has been modified(!) and by that stopped working properly, a downgrade to v3.8.6 seems to fix the problem. See envygeeks/jekyll-docker#268 for details.
  • Loading branch information
asbjornu committed Apr 24, 2020
1 parent 7d17616 commit 894a881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jekyll/jekyll:4.0.0
FROM jekyll/jekyll:3.8.6

RUN apk add --no-cache --no-progress\
graphviz\
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: .
cache_from:
- jekyll/jekyll:4.0.0
- jekyll/jekyll:3.8.6
dockerfile: .docker/Dockerfile
container_name: jekyll
ports:
Expand Down

0 comments on commit 894a881

Please sign in to comment.