update ruby to 2.3.4

This commit is contained in:
Zachary Chai
2017-04-11 13:19:14 -04:00
parent 8173c4a803
commit e0dfa68e9d
4 changed files with 5 additions and 5 deletions

View File

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