diff --git a/Dockerfile b/Dockerfile index 2799b32..2668e17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # -------------- Build-time variables -------------- ARG MASTODON_VERSION=3.4.4 -ARG MASTODON_REPOSITORY=tootsuite/mastodon +ARG MASTODON_REPOSITORY=mastodon/mastodon ARG RUBY_VERSION=2.7 ARG NODE_VERSION=14