Skip to content

Commit

Permalink
Cap bundler, rubygems-update versions for Ruby 2.7
Browse files Browse the repository at this point in the history
Later versions require Ruby 3
[skip ci]
  • Loading branch information
sebbASF committed Dec 18, 2023
1 parent cf3d288 commit e3186ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ RUN apt-get update && \
apache2-dev \
libapr1-dev \
libaprutil1-dev && \
gem update --system &&\
gem install bundler passenger --install_dir=/var/lib/gems/2.7.0 && \
gem update --system 3.4.22 &&\
gem install bundler:2.4.22 passenger --install_dir=/var/lib/gems/2.7.0 && \
passenger-install-apache2-module --auto && \
passenger-install-apache2-module --snippet > \
/etc/apache2/conf-enabled/passenger.conf && \
Expand Down

0 comments on commit e3186ef

Please sign in to comment.