Update to 4.2.7

This commit is contained in:
Johannes Zellner 2024-02-16 13:19:22 +01:00
parent f8c84b6ef5
commit a24ad995de

View file

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