bump ruby version in Dockerfiles

This commit is contained in:
Josh 2017-08-22 16:51:36 -04:00
parent be136fe255
commit 141660eabf
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ruby:2.3.4
FROM ruby:2.4.0
# app dependencies
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs

View File

@ -1,4 +1,4 @@
FROM ruby:2.3.4
FROM ruby:2.4.0
# app dependencies
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs