Update Mastodon to 4.0.2

This commit is contained in:
Girish Ramakrishnan 2022-11-15 09:21:23 +01:00
parent d3e5da4dd2
commit 01972388b0

View file

@ -29,7 +29,7 @@ RUN gem install --no-document bundler
ENV RAILS_ENV production
ENV NODE_ENV production
ARG VERSION=3.5.5
ARG VERSION=4.0.2
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' && \