From fa1ab7fbe4166f3d8b481891dcc443df5aa212bb Mon Sep 17 00:00:00 2001 From: pluralcafe-docker Date: Sat, 5 Jan 2019 01:49:18 +0000 Subject: Test using Ruby 2.6 for the instance --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit