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 \