-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from datacite/poodle_build
Poodle ruby version increased to 3.2.0
- Loading branch information
Showing
4 changed files
with
16 additions
and
12 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 +1 @@ | ||
3.1.4 | ||
3.2.0 |
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:3.0.7 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Set correct environment variables. | ||
|
@@ -12,7 +12,8 @@ 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 install ruby-3.2.0' && \ | ||
bash -lc 'rvm --default use ruby-3.2.0' | ||
|
||
# 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