mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-21 23:31:00 +00:00
chore(deps): update dependency tootsuite/mastodon to v4.3.0
This commit is contained in:
parent
abfdacba4f
commit
ae66044c21
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ ENV RAILS_ENV production
|
|||
ENV NODE_ENV production
|
||||
|
||||
# renovate: datasource=github-releases depName=tootsuite/mastodon versioning=semver extractVersion=^v(?<version>.+)$
|
||||
ARG MASTODON_VERSION=4.2.13
|
||||
ARG MASTODON_VERSION=4.3.0
|
||||
|
||||
RUN curl -L https://github.com/tootsuite/mastodon/archive/v${MASTODON_VERSION}.tar.gz | tar -xz --strip-components 1 -f - && \
|
||||
bundle config --local set deployment 'true' && \
|
||||
|
|
Loading…
Reference in a new issue