Upgraded Ruby to 2.5.3

This commit is contained in:
Al Snow
2018-10-21 18:58:57 -04:00
parent 0d36949e70
commit a81cac3d9c
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.5.2
FROM ruby:2.5.3
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN mkdir /myapp
WORKDIR /myapp