From 067956487304263757d4b8a8bd88120594b4ed87 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 21 Jun 2017 04:53:46 +0200 Subject: [PATCH] mastodon: update stable to 1.4.4 --- mastodon/Dockerfile.stable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/Dockerfile.stable b/mastodon/Dockerfile.stable index 3ab8255..0cf5ab3 100644 --- a/mastodon/Dockerfile.stable +++ b/mastodon/Dockerfile.stable @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=v1.4.3 +ARG VERSION=v1.4.4 ARG REPOSITORY=tootsuite/mastodon ENV UID=991 GID=991 \