diff options
author | ashleyhull-versent <ashley.hull@versent.com.au> | 2019-02-05 15:11:51 +1100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-02-05 05:11:51 +0100 |
commit | 5c873a4ed7d4abb8c684e3a8ed3cdf9383e77be5 (patch) | |
tree | 477b1504e9dbeae7fcb3198c771e0e1dd1d57963 | |
parent | 76d41475a89ebdd19b08b9e8a81e5e3c7dbd4001 (diff) |
Update Dockerfile (#9965)
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 190905337..1e60045c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM node:8.15-alpine as node -FROM ruby:2.6-alpine3.8 +FROM ruby:2.6-alpine3.9 LABEL maintainer="https://github.com/tootsuite/mastodon" \ description="Your self-hosted, globally interconnected microblogging community" |