Upgrade Ruby to 2.5.1 (2nd try)

This commit is contained in:
Al Snow
2018-03-28 16:10:30 -04:00
parent b4fa4e4b6e
commit 775985cbc8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.5.0
FROM ruby:2.5.1
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN mkdir /myapp
WORKDIR /myapp