Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Add Jekyll v3.8.5. (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Nov 5, 2018
1 parent 342d364 commit 3c441f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apk --no-cache add \
ruby-full \
zlib-dev

ENV JEKYLL_VERSION=3.8.4
ENV JEKYLL_VERSION=3.8.5

RUN gem install \
bundler \
Expand Down
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

docker build --file 3.8/Dockerfile -t cibuilds/jekyll:latest -t cibuilds/jekyll:3.8.4 -t cibuilds/jekyll:3.8 .
docker build --file 3.8/Dockerfile -t cibuilds/jekyll:latest -t cibuilds/jekyll:3.8.5 -t cibuilds/jekyll:3.8 .

0 comments on commit 3c441f0

Please sign in to comment.