Bump version and update to 0.10.2
This commit is contained in:
parent
5647e7a207
commit
80e633b787
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue