1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-24 22:07:39 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
7d42bed79b Version 1.19.1 2023-10-30 23:58:47 +01:00
Girish Ramakrishnan
fb641b4c61 Update FreshRSS to 1.22.1 2023-10-30 23:48:42 +01:00
3 changed files with 8 additions and 3 deletions

View File

@@ -278,3 +278,8 @@
[1.19.0]
* Implement OIDC login
[1.19.1]
* Update FreshRSS to 1.22.1
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.22.1)
* Fix regression in extensions translations (i18n)
* Better identification of proxied client IP

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"tagline": "RSS feed reader",
"version": "1.19.0",
"upstreamVersion": "1.22.0",
"version": "1.19.1",
"upstreamVersion": "1.22.1",
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {

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.0
ARG VERSION=1.22.1
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