Bump version

This commit is contained in:
Johannes Zellner 2022-12-08 14:06:11 +01:00
parent 6db1932cfb
commit c86ce2c5c1
3 changed files with 8 additions and 3 deletions

View File

@ -243,3 +243,8 @@
* Add default redirect when authenticating #4778
* Force default user before rendering login page #4620
[1.15.2]
* Update FreshRSS to 1.20.2
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.20.2)
* Fix security vulnerability in ext.php #4928 reported by @c3l3si4n

View File

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"tagline": "RSS feed reader",
"version": "1.15.1",
"upstreamVersion": "1.20.1",
"version": "1.15.2",
"upstreamVersion": "1.20.2",
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {

View File

@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=1.20.1
ARG VERSION=1.20.2
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