Updated to 1.8.0

This commit is contained in:
Dennis Schwerdel 2017-10-02 17:55:21 +02:00
parent 19450e9212
commit a969ec1719
4 changed files with 8 additions and 5 deletions

View File

@ -26,4 +26,7 @@
* Set some php options
[0.6.0]
Updated to FreshRSS 1.7.0
* Updated to FreshRSS 1.7.0
[0.7.0]
* Updated to FreshRSS 1.8.0

View File

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "RSS feed reader",
"version": "0.6.0",
"version": "0.7.0",
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {

View File

@ -1,4 +1,4 @@
This app packages FreshRSS 1.6.3.
This app packages FreshRSS <upstream>1.8.0</upstream>.
FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.

View File

@ -7,8 +7,8 @@ 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.7.0
ENV EXTENSIONS_VERSION b2e9d7efceb67427afaea4130cb409c9bdbe440a
ENV VERSION 1.8.0
ENV EXTENSIONS_VERSION a60a0ce5d0d864b5654a4d2609167d03c2299500
RUN mkdir -p /app/code
WORKDIR /app/code