Bump version and update to 0.10.2

This commit is contained in:
Johannes Zellner 2018-03-19 13:31:17 +01:00 committed by Johannes Zellner
parent 5647e7a207
commit 80e633b787
4 changed files with 7 additions and 5 deletions

View File

@ -34,3 +34,5 @@
[0.8.0]
* Update to FreshRSS 1.9.0
[0.9.0]
* Update to FreshRSS 1.10.2

View File

@ -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": {

View File

@ -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.

View File

@ -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