chore(deps): update dependency tootsuite/mastodon to v4.3.0

This commit is contained in:
Renovate Bot 2024-10-08 13:44:31 +00:00 committed by Johannes Zellner
parent abfdacba4f
commit ae66044c21

View file

@ -33,7 +33,7 @@ ENV RAILS_ENV production
ENV NODE_ENV production ENV NODE_ENV production
# renovate: datasource=github-releases depName=tootsuite/mastodon versioning=semver extractVersion=^v(?<version>.+)$ # 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 - && \ 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' && \ bundle config --local set deployment 'true' && \