From 00cf2b9b5d7f92eb76a2173d046e39ad578880c4 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Thu, 15 Jun 2017 00:28:35 +0200 Subject: [PATCH] mastodon: update stable to 1.4.2 --- mastodon/Dockerfile.stable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/Dockerfile.stable b/mastodon/Dockerfile.stable index fa56ab2..bd79edf 100644 --- a/mastodon/Dockerfile.stable +++ b/mastodon/Dockerfile.stable @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=v1.4.1 +ARG VERSION=v1.4.2 ARG REPOSITORY=tootsuite/mastodon ENV UID=991 GID=991 \