Skip to content

Commit fe26136

Browse files
Merge pull request #990 from cloudfoundry/dockerfile-ruby-fix
Dockerfile ruby fix
2 parents ab6ccf6 + d554437 commit fe26136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN eval "$(rbenv init -)" \
2626

2727
RUN eval "$(rbenv init -)" \
2828
&& git clone https://github.com/sstephenson/rbenv-default-gems.git $(rbenv root)/plugins/rbenv-default-gems \
29-
&& echo 'bundler' >> $(rbenv root)/default-gems
29+
&& echo 'bundler 2.3.26' >> $(rbenv root)/default-gems
3030

3131
RUN eval "$(rbenv init -)" \
3232
&& rbenv install 2.5.9

0 commit comments

Comments
 (0)