From 47fd30ee855328d7863f5f69e23b289382f26275 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Thu, 15 Jun 2017 09:15:59 +0200 Subject: [PATCH] mastodon 1.4.3 --- mastodon/Dockerfile.stable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/Dockerfile.stable b/mastodon/Dockerfile.stable index bd79edf..6bcab7b 100644 --- a/mastodon/Dockerfile.stable +++ b/mastodon/Dockerfile.stable @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=v1.4.2 +ARG VERSION=v1.4.3 ARG REPOSITORY=tootsuite/mastodon ENV UID=991 GID=991 \