Update to 4.2.13

This commit is contained in:
Johannes Zellner 2024-09-30 16:10:32 +02:00
parent c71c1b560b
commit 0765c48a09

View file

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