We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64873b7 commit fc65294Copy full SHA for fc65294
Dockerfile
@@ -9,7 +9,7 @@ COPY ./Gemfile ./Gemfile.lock ./
9
10
COPY ./crawl.rb ./generate.rb ./
11
12
-RUN gem install bundler
+RUN gem install bundler -v 2.4.22
13
RUN bundle install --path vendor/bundle
14
15
CMD ["sh", "-c", "cat feeds.toml | bundle exec ruby crawl.rb | bundle exec ruby generate.rb > dist/feeds.json"]
0 commit comments