From 9a0a6a601133e9880531d39d1fdf74d1877d4ddf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 May 2026 05:20:30 +0000 Subject: [PATCH] chore(deps): update dependency freshrss/freshrss to v1.29.0 | datasource | package | from | to | | --------------- | ----------------- | ------ | ------ | | github-releases | FreshRSS/FreshRSS | 1.28.1 | 1.29.0 | --- CloudronManifest.json | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index a1e7e33..0a11d7e 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -6,7 +6,7 @@ "changelog": "file://CHANGELOG.md", "tagline": "RSS feed reader", "version": "1.27.1", - "upstreamVersion": "1.28.1", + "upstreamVersion": "1.29.0", "healthCheckPath": "/", "httpPort": 8000, "addons": { diff --git a/Dockerfile b/Dockerfile index 752b055..e026540 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN mkdir -p /app/code WORKDIR /app/code # renovate: datasource=github-releases depName=FreshRSS/FreshRSS versioning=semver -ARG FRESHRSS_VERSION=1.28.1 +ARG FRESHRSS_VERSION=1.29.0 RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/${FRESHRSS_VERSION}.tar.gz | tar -zxvf - --strip-components=1 && \ mv data data-orig && ln -s /app/data data