Update mastoton to 3.4.4

This commit is contained in:
Girish Ramakrishnan 2021-11-27 10:59:12 -08:00
parent df397b03f5
commit 495957d220

View file

@ -17,7 +17,7 @@ RUN gem install --no-document bundler
ENV RAILS_ENV production
ENV NODE_ENV production
ARG VERSION=3.4.3
ARG VERSION=3.4.4
RUN curl -L https://github.com/tootsuite/mastodon/archive/v${VERSION}.tar.gz | tar -xz --strip-components 1 -f - && \
bundle config set deployment 'true' && \