Skip to content

Commit

Permalink
Merge pull request #8 from krooken/dockerfile
Browse files Browse the repository at this point in the history
Constrain rubygems-update version
  • Loading branch information
wljungbergh authored Mar 20, 2024
2 parents fb40194 + 3a19755 commit 74436be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV LANG=en_US.UTF-8 \
JEKYLL_ENV=production

# install jekyll and dependencies
RUN gem update --system
RUN gem i rubygems-update -v '<3.5.0' && update_rubygems
RUN gem install sass-embedded -v 1.63.6
RUN gem install jekyll bundler

Expand Down

0 comments on commit 74436be

Please sign in to comment.