Update Mastodon to 4.2.12

This commit is contained in:
Girish Ramakrishnan 2024-08-19 11:37:51 +02:00
parent 729394d036
commit 2fe94e7e4e

View file

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