Upgraded to Ruby 2.6.2 in more files

This commit is contained in:
Al Snow
2019-03-13 14:14:56 -04:00
parent af1902ccf8
commit 318af94032
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.6.1
FROM ruby:2.6.2
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN mkdir /myapp
WORKDIR /myapp