Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrztoph committed Jan 16, 2024
1 parent 7d3c43b commit 09398e7
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 @@ -21,7 +21,7 @@ RUN apk add --repository http://dl-cdn.alpinelinux.org/alpine/v3.14/main nodejs
COPY Gemfile Gemfile
COPY Gemfile.lock Gemfile.lock
RUN gem install bundler:2.1.4
RUN gem install nokogiri
RUN gem install nokogiri -v 1.15.5
RUN bundle config set without development test
RUN bundle config --global frozen 1 \
&& bundle install --jobs 20 --retry 5 --path=vendor/bundle
Expand Down

0 comments on commit 09398e7

Please sign in to comment.