diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2018-01-20 04:53:30 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-01-19 20:53:30 +0100 |
commit | 7233ac07d2f182969def963bf25aa2fc705f434c (patch) | |
tree | 02122e70b7f517d11e055a538f9711164ae9298a /Dockerfile | |
parent | b1e03197fa933f290979865d78381a3b22c05c69 (diff) |
Add support Ruby v2.5.0 (#6097)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 52ebc84e5..765df58c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" |