Update the base image for docker to ruby 2.6

This commit is contained in:
Matt Rogers 2020-03-11 19:46:06 -05:00
parent d81b5c4a6d
commit 2799afa13a
No known key found for this signature in database
GPG key ID: 6BAA7911427E1F68

View file

@ -1,4 +1,4 @@
FROM ruby:2.4
FROM ruby:2.6
WORKDIR /app