We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e827a80 commit 51bba94Copy full SHA for 51bba94
Dockerfile
@@ -9,7 +9,7 @@ RUN apk add --no-cache \
9
10
WORKDIR /
11
COPY Gemfile Gemfile
12
-RUN gem install bundler --version "$(grep bundler Gemfile | awk -F "'" '{print $4}')" \
+RUN gem install bundler --version 2.2.15 \
13
&& bundle install --system \
14
&& gem uninstall bundler \
15
&& rm Gemfile
Gemfile
@@ -1,4 +1,3 @@
1
source 'https://rubygems.org' do
2
- gem 'bundler', '2.0.2'
3
gem 'github_changelog_generator', '1.15.2'
4
end
0 commit comments