diff options
author | Daigo 3 Dango <zunda@users.noreply.github.com> | 2017-09-17 16:55:57 -1000 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-18 04:55:57 +0200 |
commit | 66be6475b643009bb13c1de7b6225d659f9e5112 (patch) | |
tree | 4bb978b4375097f7a3dbb3b806a626f93074cb4a /Dockerfile | |
parent | 9e0985d9e4face90519ddfa0446e3b3bc9370e7d (diff) |
Bump ruby version to 2.4.2 (#4958)
* Bump ruby version to 2.4.2 https://www.ruby-lang.org/en/news/2017/09/14/ruby-2-4-2-released/ Gemfile.lock is also updated. TODO - [ ] Update Dockerfile with Alpine release of ruby-2.4.2 * Revert jwt version It seems that jwt 2.0.0 fails in some environment. ref. https://github.com/zaru/webpush/issues/42 * Bump Ruby version on docker image
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 15138065b..3ad2ad7ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.4.1-alpine3.6 +FROM ruby:2.4.2-alpine3.6 LABEL maintainer="https://github.com/tootsuite/mastodon" \ description="A GNU Social-compatible microblogging server" |