updated base image

This commit is contained in:
Dan Elbert 2016-07-28 12:02:41 -05:00
parent 203ef90cf0
commit 78932eb7ee

View File

@ -1,8 +1,4 @@
FROM phusion/passenger-ruby22:latest
RUN apt-get update \
&& apt-get install -y ruby2.3 ruby2.3-dev \
&& ruby-switch --set ruby2.3
FROM phusion/passenger-ruby23:latest
# Use baseimage-docker's init process.
CMD ["/sbin/my_init"]