Updated to 1.7.0
This commit is contained in:
parent
ddb0abe0fe
commit
19450e9212
|
@ -24,3 +24,6 @@
|
|||
* Storing sessions in /run
|
||||
* Storing api logs in /tmp
|
||||
* Set some php options
|
||||
|
||||
[0.6.0]
|
||||
Updated to FreshRSS 1.7.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "RSS feed reader",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
|
@ -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.6.3
|
||||
ENV EXTENSIONS_VERSION eac4b749775c3e1b584c1a6b4a4487e4a4b8b159
|
||||
ENV VERSION 1.7.0
|
||||
ENV EXTENSIONS_VERSION b2e9d7efceb67427afaea4130cb409c9bdbe440a
|
||||
|
||||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
|
Loading…
Reference in New Issue