Upgraded Ruby to 2.4.3

This commit is contained in:
Al Snow
2017-12-14 19:01:55 -05:00
parent 215bd34b6f
commit dbc67baf53
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.4.2
FROM ruby:2.4.3
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN mkdir /myapp
WORKDIR /myapp