-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Martin Fenner
committed
Dec 20, 2019
1 parent
9fbc805
commit 2c8a819
Showing
5 changed files
with
83 additions
and
79 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM phusion/passenger-full:0.9.30 | ||
FROM phusion/passenger-full:1.0.9 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Set correct environment variables. | ||
|
@@ -10,8 +10,8 @@ RUN usermod -a -G docker_env app | |
# Use baseimage-docker's init process. | ||
CMD ["/sbin/my_init"] | ||
|
||
# Install Ruby 2.4.4 | ||
RUN bash -lc 'rvm --default use ruby-2.4.4' | ||
# Use Ruby 2.6.5 | ||
RUN bash -lc 'rvm --default use ruby-2.6.5' | ||
|
||
# Update installed APT packages | ||
RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold" && \ | ||
|
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