Update mastodon to 4.2.4

This commit is contained in:
Girish Ramakrishnan 2024-01-24 16:21:33 +01:00
parent 246c44e1c3
commit 6d274756a3

View file

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