0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-11-05 22:04:58 +01:00

Update to 12.0.4

This commit is contained in:
Docker Library Bot 2017-12-04 10:52:04 +00:00
parent 074ca53482
commit 0319dd0a84
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ RUN set -ex \
&& docker-php-ext-enable apcu redis memcached && docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite RUN a2enmod rewrite
ENV NEXTCLOUD_VERSION 12.0.3 ENV NEXTCLOUD_VERSION 12.0.4
RUN chown -R www-data:root /var/www/html && \ RUN chown -R www-data:root /var/www/html && \
chmod -R g=u /var/www/html chmod -R g=u /var/www/html

View file

@ -40,7 +40,7 @@ RUN set -ex \
&& pecl install redis-3.1.4 \ && pecl install redis-3.1.4 \
&& docker-php-ext-enable apcu redis memcached && docker-php-ext-enable apcu redis memcached
ENV NEXTCLOUD_VERSION 12.0.3 ENV NEXTCLOUD_VERSION 12.0.4
RUN chown -R www-data:root /var/www/html && \ RUN chown -R www-data:root /var/www/html && \
chmod -R g=u /var/www/html chmod -R g=u /var/www/html