From 779326dddcbe7600c980c6cecdb4537dbe630f00 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 21 Jun 2017 04:53:21 +0200 Subject: [PATCH] mastodon: update targaryen to 1.4.4 --- mastodon/Dockerfile.targaryen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/Dockerfile.targaryen b/mastodon/Dockerfile.targaryen index c6fd46b..2853548 100644 --- a/mastodon/Dockerfile.targaryen +++ b/mastodon/Dockerfile.targaryen @@ -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 \