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

| datasource      | package            | from  | to    |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.4.4 | 4.4.5 |
This commit is contained in:
Renovate Bot
2025-09-23 23:21:15 +00:00
parent 0cc83fc0bd
commit 09fdb65305
4 changed files with 10 additions and 10 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.4
ARG MASTODON_VERSION=4.4.5
ENV RAILS_ENV production
ENV NODE_ENV production