Bump version
This commit is contained in:
parent
6db1932cfb
commit
c86ce2c5c1
|
@ -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
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue