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
d70ee21b89 Version 1.20.0-1 2023-12-26 13:51:18 +01:00
Girish Ramakrishnan
9cc7f803c7 Update FreshRSS to 1.23.0 2023-12-26 13:45:26 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"tagline": "RSS feed reader",
"version": "1.20.0",
"version": "1.20.0-1",
"upstreamVersion": "1.23.0",
"healthCheckPath": "/",
"httpPort": 8000,

View File

@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y libapache2-mod-
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=1.22.1
ARG VERSION=1.23.0
RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/${VERSION}.tar.gz | tar -zxvf - --strip-components=1 && \
mv data data-orig && ln -s /app/data data