Skip to content

Commit

Permalink
use ruby 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Dec 19, 2019
1 parent f2a85f5 commit df15eca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.4.4
- 2.6.5
sudo: required

services:
Expand Down
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:0.9.30
MAINTAINER Martin Fenner "[email protected]"
FROM phusion/passenger-full:1.0.9
LABEL maintainer="[email protected]"

# Set correct environment variables
ENV HOME /home/app
Expand All @@ -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, clean up when done
RUN apt-get update && \
Expand Down

0 comments on commit df15eca

Please sign in to comment.