diff --git a/container/Dockerfile b/container/Dockerfile index 596517a79..cd0fdbc98 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -23,8 +23,8 @@ RUN chmod +rx /tini ENV PATH="${PATH}:/opt/ruby/bin:/opt/node/bin:/opt/mastodon/bin" # Create the mastodon user -ARG UID=991 -ARG GID=991 +ARG UID=1001 +ARG GID=1001 RUN apt update && \ echo "Etc/UTC" > /etc/localtime && \ ln -s /opt/jemalloc/lib/* /usr/lib/ && \