From e63dc9c3ebf73781fc0d131330024b97efb98aff Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Jun 2026 17:22:47 +0000 Subject: [PATCH] chore(deps): update dependency tootsuite/mastodon to v4.6.1 | datasource | package | from | to | | --------------- | ------------------ | ----- | ----- | | github-releases | tootsuite/mastodon | 4.6.0 | 4.6.1 | --- CloudronManifest.json | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index b627f2d..41c117e 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -6,7 +6,7 @@ "changelog": "file://CHANGELOG", "tagline": "Federated social network", "version": "1.18.0", - "upstreamVersion": "4.6.0", + "upstreamVersion": "4.6.1", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1610612736, diff --git a/Dockerfile b/Dockerfile index 2a75be3..941ffc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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(?.+)$ -ARG MASTODON_VERSION=4.6.0 +ARG MASTODON_VERSION=4.6.1 ENV RAILS_ENV production ENV NODE_ENV production