From 366937e335477bea579b7117e9ad7047deb45269 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 3 Jun 2026 13:35:09 +0000 Subject: [PATCH] chore(deps): update dependency tootsuite/mastodon to v4.5.11 | datasource | package | from | to | | --------------- | ------------------ | ------ | ------ | | github-releases | tootsuite/mastodon | 4.5.10 | 4.5.11 | --- CloudronManifest.json | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 023b2fd..62ff8d7 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -6,7 +6,7 @@ "changelog": "file://CHANGELOG", "tagline": "Federated social network", "version": "1.17.11", - "upstreamVersion": "4.5.10", + "upstreamVersion": "4.5.11", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1610612736, diff --git a/Dockerfile b/Dockerfile index 50e366b..c5c36c7 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.5.10 +ARG MASTODON_VERSION=4.5.11 ENV RAILS_ENV production ENV NODE_ENV production