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

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

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