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 \