mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-21 23:31:00 +00:00
Update mastodon to 3.5.1
This commit is contained in:
parent
1ef215ab84
commit
b7168eb9b1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ RUN gem install --no-document bundler
|
|||
ENV RAILS_ENV production
|
||||
ENV NODE_ENV production
|
||||
|
||||
ARG VERSION=3.5.0
|
||||
ARG VERSION=3.5.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' && \
|
||||
|
|
Loading…
Reference in a new issue