From 9cc1be9a852371c4652ff0740fde438f8fc62501 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Jun 2026 15:51:58 +0000 Subject: [PATCH] chore(deps): update dependency tootsuite/mastodon to v4.6.2 | datasource | package | from | to | | --------------- | ------------------ | ----- | ----- | | github-releases | tootsuite/mastodon | 4.6.1 | 4.6.2 | --- CloudronManifest.json | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 1ea091f..c904201 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -6,7 +6,7 @@ "changelog": "file://CHANGELOG", "tagline": "Federated social network", "version": "1.18.1", - "upstreamVersion": "4.6.1", + "upstreamVersion": "4.6.2", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1610612736, diff --git a/Dockerfile b/Dockerfile index 941ffc2..5e5f008 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.1 +ARG MASTODON_VERSION=4.6.2 ENV RAILS_ENV production ENV NODE_ENV production