Bump version for 3.4.6

This commit is contained in:
Johannes Zellner
2022-02-03 15:20:22 +01:00
parent a9c9aadd1d
commit ba217ea845
4 changed files with 14 additions and 3 deletions

View File

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