diff --git a/CHANGELOG b/CHANGELOG index ec689a9..94d9608 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -205,3 +205,7 @@ * Supported by RSS Guard #3627 * Allow Unicode for shortcuts #3548 +[1.14.0] +* Update FreshRSS to 1.19.0 +* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.19.0) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 9fed61e..31c7ba6 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "RSS feed reader", - "version": "1.13.2", + "version": "1.14.0", "healthCheckPath": "/", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 9d706c1..7ce8cd1 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages FreshRSS 1.18.1. +This app packages FreshRSS 1.19.0. ## About diff --git a/Dockerfile b/Dockerfile index f3ebf3b..8dfc931 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92 +FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd14060332dd88263ea RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=1.18.1 +ARG VERSION=1.19.0 RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/${VERSION}.tar.gz | tar -zxvf - --strip-components=1 RUN mv data data-orig && ln -s /app/data data