Update mastodon to 4.1.4

This commit is contained in:
Girish Ramakrishnan 2023-07-08 06:44:59 +05:30
parent cea9af6011
commit 9ad54e9d7c

View file

@ -34,7 +34,7 @@ RUN gem install --no-document bundler
ENV RAILS_ENV production
ENV NODE_ENV production
ARG VERSION=4.1.3
ARG VERSION=4.1.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' && \