Skip to content

Commit

Permalink
Update passenger
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Jan 6, 2022
1 parent 09963f1 commit c6eb87b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM phusion/passenger-full:1.0.9
LABEL maintainer="mfenner@datacite.org"
FROM phusion/passenger-full:2.0.0
LABEL maintainer="support@datacite.org"

# Set correct environment variables.
ENV HOME /home/app
Expand All @@ -11,8 +11,8 @@ RUN usermod -a -G docker_env app
# Use baseimage-docker's init process.
CMD ["/sbin/my_init"]

# Use Ruby 2.6.5
RUN bash -lc 'rvm --default use ruby-2.6.5'
# Use Ruby 2.6.8
RUN bash -lc 'rvm --default use ruby-2.6.8'

# Update installed APT packages
RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold" && \
Expand Down

0 comments on commit c6eb87b

Please sign in to comment.