Update Ruby version to 2.6.6

This commit is contained in:
Patrick Gansterer 2020-03-23 15:39:06 +01:00
parent 67ab647eb0
commit 7e3c601a25
5 changed files with 8 additions and 7 deletions

View file

@ -1,4 +1,4 @@
FROM ruby:2.4
FROM ruby:2.6
# Install dependencies
RUN deps='libmagic-dev chromium' && \