1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-02 13:25:15 +00:00

Updated to 1.7.0

This commit is contained in:
Dennis Schwerdel
2017-06-04 00:30:23 +02:00
parent ddb0abe0fe
commit 19450e9212
3 changed files with 6 additions and 3 deletions

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.6.3
ENV EXTENSIONS_VERSION eac4b749775c3e1b584c1a6b4a4487e4a4b8b159
ENV VERSION 1.7.0
ENV EXTENSIONS_VERSION b2e9d7efceb67427afaea4130cb409c9bdbe440a
RUN mkdir -p /app/code
WORKDIR /app/code