Skip to content

Commit

Permalink
use ruby 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jun 14, 2019
1 parent 7b7f828 commit 6eb8411
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5.3
sudo: required
dist: trusty

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
# Install Ruby 2.5.3
RUN bash -lc 'rvm --default use ruby-2.5.3'

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

0 comments on commit 6eb8411

Please sign in to comment.