Bump version

This commit is contained in:
Johannes Zellner
2023-12-05 15:54:03 +01:00
parent 46cf00f343
commit 246c44e1c3
3 changed files with 8 additions and 3 deletions

View File

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