Skip to content

Commit fc65294

Browse files
committed
Update Dockerfile
1 parent 64873b7 commit fc65294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY ./Gemfile ./Gemfile.lock ./
99

1010
COPY ./crawl.rb ./generate.rb ./
1111

12-
RUN gem install bundler
12+
RUN gem install bundler -v 2.4.22
1313
RUN bundle install --path vendor/bundle
1414

1515
CMD ["sh", "-c", "cat feeds.toml | bundle exec ruby crawl.rb | bundle exec ruby generate.rb > dist/feeds.json"]

0 commit comments

Comments
 (0)