Update Ruby in .ruby-version and in the Dockerfile

This commit is contained in:
Maciej Szlosarczyk 2018-04-26 15:03:09 +03:00
parent 1fd70df6db
commit 3c1125879c
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
2.2.7
2.3.6

View file

@ -1,4 +1,4 @@
FROM ruby:2.2
FROM ruby:2.3
MAINTAINER maciej.szlosarczyk@internet.ee
RUN apt-get update > /dev/null && apt-get install -y > /dev/null \