Update to 4.2.10

This commit is contained in:
Johannes Zellner 2024-07-04 18:03:56 +02:00
parent 95403b326b
commit aa8a78c5fe

View file

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