From d4db2c4b0c247f4274d6b38b0e63ad13048c5db6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Jul 2025 23:20:33 +0000 Subject: [PATCH] chore(deps): update dependency tootsuite/mastodon to v4.4.0 | datasource | package | from | to | | --------------- | ------------------ | ----- | ----- | | github-releases | tootsuite/mastodon | 4.3.9 | 4.4.0 | --- CloudronManifest.json | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 9d014e7..5fa2e93 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -6,7 +6,7 @@ "changelog": "file://CHANGELOG", "tagline": "Federated social network", "version": "1.15.4", - "upstreamVersion": "4.3.9", + "upstreamVersion": "4.4.0", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1610612736, diff --git a/Dockerfile b/Dockerfile index 4caf74d..270baad 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.3.9 +ARG MASTODON_VERSION=4.4.0 ENV RAILS_ENV production ENV NODE_ENV production