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

| datasource      | package            | from  | to    |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.4.8 | 4.5.0 |
This commit is contained in:
Renovate Bot
2025-11-06 17:47:41 +00:00
parent dbba75e467
commit a55d3880d1
4 changed files with 26 additions and 26 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.8
ARG MASTODON_VERSION=4.5.0
ENV RAILS_ENV production
ENV NODE_ENV production