diff --git a/CloudronManifest.json b/CloudronManifest.json index 4e55753..aaf69de 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -6,7 +6,7 @@ "changelog": "file://CHANGELOG.md", "tagline": "RSS feed reader", "version": "1.28.0", - "upstreamVersion": "1.29.0", + "upstreamVersion": "1.29.1", "healthCheckPath": "/", "httpPort": 8000, "addons": { diff --git a/Dockerfile b/Dockerfile index e026540..3e023a6 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.29.0 +ARG FRESHRSS_VERSION=1.29.1 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