-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing ruby 3 changes before adding them back
- Loading branch information
1 parent
b641e61
commit 1e55907
Showing
7 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM phusion/passenger-full:2.5.1 | ||
FROM phusion/passenger-full:2.0.1 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Set correct environment variables. | ||
|
@@ -12,7 +12,7 @@ RUN usermod -a -G docker_env app | |
CMD ["/sbin/my_init"] | ||
|
||
# Use Ruby 3.1.4 | ||
RUN bash -lc 'rvm --default use ruby-3.1.4' | ||
RUN bash -lc 'rvm --default use ruby-2.6.8' | ||
|
||
# Update installed APT packages | ||
RUN apt-get update && apt-get upgrade -y --allow-unauthenticated -o Dpkg::Options::="--force-confold" && \ | ||
|
@@ -51,7 +51,7 @@ RUN mkdir -p vendor/bundle && \ | |
chown -R app:app . && \ | ||
chmod -R 755 . && \ | ||
gem update --system 3.4.22 && \ | ||
gem install bundler -v 2.5.6 && \ | ||
gem install bundler -v 2.4.20 && \ | ||
/sbin/setuser app bundle install --path vendor/bundle | ||
|
||
# enable SSH | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -518,4 +518,4 @@ DEPENDENCIES | |
webmock (~> 3.1) | ||
|
||
BUNDLED WITH | ||
2.5.6 | ||
2.4.20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters