Upgraded to ruby 2.3.5

This commit is contained in:
Al Snow
2017-09-17 12:40:36 -04:00
parent 01fed7d058
commit 367800e9af
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.3.4
FROM ruby:2.3.5
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN mkdir /myapp
WORKDIR /myapp