Bump version

This commit is contained in:
Johannes Zellner
2023-03-17 12:46:24 +01:00
parent a761bb52eb
commit 753025a893
3 changed files with 45 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.0
ARG VERSION=4.1.1
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' && \