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

| datasource      | package            | from  | to    |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.3.9 | 4.4.0 |
This commit is contained in:
Renovate Bot
2025-07-08 23:20:33 +00:00
parent 494f9600e9
commit d4db2c4b0c
2 changed files with 2 additions and 2 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.3.9
ARG MASTODON_VERSION=4.4.0
ENV RAILS_ENV production
ENV NODE_ENV production