about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorthekettu <samantha.chalker@nccgroup.trust>2018-08-17 20:03:34 -0700
committerthekettu <samantha.chalker@nccgroup.trust>2018-08-17 20:03:34 -0700
commit13cf4b541630f6c3edf2a95bf8f7c6f48837a28d (patch)
treed073d0492d4b8a22dc6ba33697f36410b1e4b299 /Dockerfile
parent69d4fa3bc5be51dfdc480875ec7105b6a2935587 (diff)
Reset 2018-08-17
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