Update mastodon to 4.2.1

This commit is contained in:
Girish Ramakrishnan 2023-10-11 08:45:30 +05:30
parent 4036cfa1a7
commit 0e6a4c6ec3

View file

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