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

| datasource      | package            | from  | to    |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.3.1 | 4.3.2 |
This commit is contained in:
Renovate Bot
2024-12-03 16:45:51 +00:00
parent eb4f7d518a
commit ad861a9264
4 changed files with 658 additions and 104 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.1
ARG MASTODON_VERSION=4.3.2
ENV RAILS_ENV production
ENV NODE_ENV production