Update mastodon to 3.5.2

This commit is contained in:
Girish Ramakrishnan 2022-05-03 17:11:37 -07:00
parent b0d394e098
commit 1c9ea09402

View file

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