1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-16 18:29:07 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
3ded9d692d Version 1.7.2 2019-11-12 11:08:49 -08:00
Girish Ramakrishnan
0628b34f0d Update FreshRSS to 1.15.2 2019-11-12 10:53:23 -08:00
4 changed files with 6 additions and 3 deletions

View File

@@ -137,3 +137,6 @@
[1.7.1]
* Update FreshRSS to 1.15.1
[1.7.2]
* Update FreshRSS to 1.15.2

View File

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

View File

@@ -1,4 +1,4 @@
This app packages FreshRSS <upstream>1.15.1</upstream>.
This app packages FreshRSS <upstream>1.15.2</upstream>.
FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.

View File

@@ -3,7 +3,7 @@ FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=1.15.1
ARG VERSION=1.15.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