about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 503696cf6..0766cbb69 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,8 @@
 FROM node:8.11.3-alpine as node
-FROM ruby:2.4.4-alpine3.6
+FROM ruby:2.4-alpine
 
-LABEL maintainer="https://github.com/tootsuite/mastodon" \
-      description="Your self-hosted, globally interconnected microblogging community"
+LABEL maintainer="https://github.com/pluralcafe/mastodon" \
+      description="Mastodon Glitch Edition"
 
 ARG UID=991
 ARG GID=991