Skip to content

Commit

Permalink
Update Passenger Docker images to 0.9.24
Browse files Browse the repository at this point in the history
This updates Phusion Passenger to 5.1.8, which has security fixes. Also
upgrade to Ruby 2.3.3.
  • Loading branch information
ahmedre committed Sep 8, 2017
1 parent 00d83fb commit 481a121
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,4 +1,4 @@
FROM phusion/passenger-customizable:0.9.17
FROM phusion/passenger-customizable:0.9.24

# set correct environment variables
ENV HOME /root
Expand All @@ -7,12 +7,12 @@ ENV HOME /root
CMD ["/sbin/my_init"]

# customizing passenger-customizable image
RUN /pd_build/ruby2.2.sh
RUN /pd_build/ruby-2.3.*.sh
RUN /pd_build/redis.sh

# native passenger
RUN ruby2.2 -S passenger-config build-native-support
RUN setuser app ruby2.2 -S passenger-config build-native-support
RUN ruby2.3 -S passenger-config build-native-support
RUN setuser app ruby2.3 -S passenger-config build-native-support

# nginx
RUN rm /etc/service/nginx/down
Expand Down

0 comments on commit 481a121

Please sign in to comment.