Upgrade addressable gem and Ruby 2.3.4

This commit is contained in:
Al Snow
2017-03-30 08:23:52 -04:00
parent bac6e9e44b
commit 28b56965f6
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.3.3
FROM ruby:2.3.4
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN mkdir /myapp
WORKDIR /myapp