Merge pull request #2358 from TracksApp/use-ruby-26

Update the base image for docker to ruby 2.6
This commit is contained in:
Matt Rogers 2020-03-11 19:59:34 -05:00 committed by GitHub
commit 65f9234506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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