Bump version for 1.19.1

master
Johannes Zellner 2022-01-03 10:02:30 +01:00
parent f3e4134dd5
commit 1bd952c9f9
4 changed files with 7 additions and 3 deletions

View File

@ -209,3 +209,7 @@
* Update FreshRSS to 1.19.0
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.19.0)
[1.14.1]
* Update FreshRSS to 1.19.1
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.19.1)

View File

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "RSS feed reader",
"version": "1.14.0",
"version": "1.14.1",
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {

View File

@ -1,4 +1,4 @@
This app packages FreshRSS <upstream>1.19.0</upstream>.
This app packages FreshRSS <upstream>1.19.1</upstream>.
## About

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.19.0
ARG VERSION=1.19.1
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