From 5e644c60eb65d8413333efb574d33f0b9a9cc1e9 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Fri, 23 Jun 2017 04:47:19 +0200 Subject: [PATCH] mastodon: update to 1.4.5 --- 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 0cf5ab3..bcedbe3 100644 --- a/mastodon/Dockerfile.stable +++ b/mastodon/Dockerfile.stable @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=v1.4.4 +ARG VERSION=v1.4.5 ARG REPOSITORY=tootsuite/mastodon ENV UID=991 GID=991 \ diff --git a/mastodon/Dockerfile.targaryen b/mastodon/Dockerfile.targaryen index 2853548..8772ed9 100644 --- a/mastodon/Dockerfile.targaryen +++ b/mastodon/Dockerfile.targaryen @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=v1.4.4 +ARG VERSION=v1.4.5 ARG REPOSITORY=tootsuite/mastodon ENV UID=991 GID=991 \