0
0
Fork 0

Add support Ruby v2.5.0 (#6097)

This commit is contained in:
Yamagishi Kazutoshi 2018-01-20 04:53:30 +09:00 committed by Eugen Rochko
parent b1e03197fa
commit 7233ac07d2
5 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,4 @@
FROM ruby:2.4.2-alpine3.6
FROM ruby:2.5.0-alpine3.7
LABEL maintainer="https://github.com/tootsuite/mastodon" \
description="A GNU Social-compatible microblogging server"