mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-16 10:19:15 +00:00
Compare commits
1 Commits
apiextensi
...
v0.9.0
Author | SHA1 | Date | |
---|---|---|---|
|
1659e0aa22 |
@@ -34,3 +34,5 @@
|
||||
[0.8.0]
|
||||
* Update to FreshRSS 1.9.0
|
||||
|
||||
[0.9.0]
|
||||
* Update to FreshRSS 1.10.2
|
@@ -5,7 +5,7 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "RSS feed reader",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
This app packages FreshRSS <upstream>1.9.0</upstream>.
|
||||
This app packages FreshRSS <upstream>1.10.2</upstream>.
|
||||
|
||||
FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.
|
||||
|
||||
|
@@ -4,7 +4,7 @@ RUN apt-get update \
|
||||
&& apt-get -y install php php-curl php-gmp php-intl php-mbstring php-xml php-zip \
|
||||
libapache2-mod-php mysql-client php-mysql
|
||||
|
||||
ENV VERSION 1.9.0
|
||||
ENV VERSION 1.10.2
|
||||
ENV EXTENSIONS_VERSION a60a0ce5d0d864b5654a4d2609167d03c2299500
|
||||
|
||||
RUN mkdir -p /app/code
|
||||
|
Reference in New Issue
Block a user