diff options
author | pluralcafe-docker <git@plural.cafe> | 2019-01-05 01:49:18 +0000 |
---|---|---|
committer | pluralcafe-docker <git@plural.cafe> | 2019-01-05 01:49:18 +0000 |
commit | fa1ab7fbe4166f3d8b481891dcc443df5aa212bb (patch) | |
tree | d4e83c10def0f72038317df762e427ff2f64a476 | |
parent | 74134e490c49d8a7d88cc69720e22cd88cee9233 (diff) |
Test using Ruby 2.6 for the instance
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 4817c1d46..aecf5a385 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM node:10-alpine as node -FROM ruby:2.4-alpine +FROM ruby:2.6-alpine LABEL maintainer="https://github.com/pluralcafe/mastodon" \ description="Mastodon Glitch Edition" |