Update mastodon to 4.1.0

This commit is contained in:
Girish Ramakrishnan 2023-02-11 08:13:34 +01:00
parent bb462b199f
commit ef0dab2ecd

View file

@ -34,7 +34,7 @@ RUN gem install --no-document bundler
ENV RAILS_ENV production
ENV NODE_ENV production
ARG VERSION=4.0.2
ARG VERSION=4.1.0
RUN curl -L https://github.com/tootsuite/mastodon/archive/v${VERSION}.tar.gz | tar -xz --strip-components 1 -f - && \
bundle config --local set deployment 'true' && \