Skip to content

Commit

Permalink
Constrain rubygems-update version
Browse files Browse the repository at this point in the history
Rubygems-update versions from 3.5.0 and above requires ruby 3.0.0, but
the dockerfile is ruby 2.7.0.
  • Loading branch information
krooken committed Jan 5, 2024
1 parent e3516c2 commit 3a19755
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 3a19755

Please sign in to comment.