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

| datasource      | package            | from  | to    |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.4.5 | 4.4.6 |
This commit is contained in:
Renovate Bot
2025-10-13 16:24:56 +00:00
parent 2d7b6bc9c3
commit bf242e0f6e
4 changed files with 55 additions and 36 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.4.5
ARG MASTODON_VERSION=4.4.6
ENV RAILS_ENV production
ENV NODE_ENV production