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

| datasource      | package            | from  | to    |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.3.3 | 4.3.4 |
This commit is contained in:
Renovate Bot
2025-02-28 00:20:24 +00:00
parent aea13f34eb
commit b5c47870b0
4 changed files with 78 additions and 67 deletions

View File

@@ -71,7 +71,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.3
ARG MASTODON_VERSION=4.3.4
ENV RAILS_ENV production
ENV NODE_ENV production