From 108b0bad3ebc8bae72e7d81ea39ba53d7f78b705 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 1 Jul 2017 15:41:46 +0200 Subject: [PATCH] mastodon: update to 1.4.7 --- mastodon/Dockerfile.stable | 2 +- mastodon/Dockerfile.targaryen | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mastodon/Dockerfile.stable b/mastodon/Dockerfile.stable index 1405741..419f7c8 100644 --- a/mastodon/Dockerfile.stable +++ b/mastodon/Dockerfile.stable @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=v1.4.6 +ARG VERSION=v1.4.7 ARG REPOSITORY=tootsuite/mastodon ENV UID=991 GID=991 \ diff --git a/mastodon/Dockerfile.targaryen b/mastodon/Dockerfile.targaryen index fbd7309..21e6e0c 100644 --- a/mastodon/Dockerfile.targaryen +++ b/mastodon/Dockerfile.targaryen @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=v1.4.6 +ARG VERSION=v1.4.7 ARG REPOSITORY=tootsuite/mastodon ENV UID=991 GID=991 \