Bump version

This commit is contained in:
Johannes Zellner
2023-09-20 18:29:48 +02:00
parent 0ccd723d02
commit 5cdb738996
3 changed files with 17 additions and 3 deletions

View File

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