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

| datasource      | package            | from  | to    |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.3.7 | 4.3.8 |
This commit is contained in:
Renovate Bot
2025-05-06 14:34:39 +00:00
parent a6a7055837
commit 44b6c0e459
4 changed files with 64 additions and 333 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.7
ARG MASTODON_VERSION=4.3.8
ENV RAILS_ENV production
ENV NODE_ENV production