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

| datasource      | package            | from  | to    |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.5.7 | 4.5.8 |
This commit is contained in:
Renovate Bot
2026-03-24 16:52:51 +00:00
parent 7fa8ee5e78
commit 59f704c23f
4 changed files with 123 additions and 201 deletions

View File

@@ -68,7 +68,7 @@ RUN mkdir -p /app/code /app/pkg
WORKDIR /app/code
# renovate: datasource=github-releases depName=tootsuite/mastodon versioning=semver extractVersion=^v(?<version>.+)$
ARG MASTODON_VERSION=4.5.7
ARG MASTODON_VERSION=4.5.8
ENV RAILS_ENV production
ENV NODE_ENV production