mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
Update to 9.0.58
This commit is contained in:
parent
db148abc5a
commit
c178ab0a8a
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ RUN set -ex \
|
|||
&& docker-php-ext-enable apcu redis memcached
|
||||
RUN a2enmod rewrite
|
||||
|
||||
ENV NEXTCLOUD_VERSION 9.0.57
|
||||
ENV NEXTCLOUD_VERSION 9.0.58
|
||||
VOLUME /var/www/html
|
||||
|
||||
RUN curl -fsSL -o nextcloud.tar.bz2 \
|
||||
|
|
|
@ -37,7 +37,7 @@ RUN set -ex \
|
|||
&& pecl install redis-2.2.8 \
|
||||
&& docker-php-ext-enable apcu redis memcached
|
||||
|
||||
ENV NEXTCLOUD_VERSION 9.0.57
|
||||
ENV NEXTCLOUD_VERSION 9.0.58
|
||||
VOLUME /var/www/html
|
||||
|
||||
RUN curl -fsSL -o nextcloud.tar.bz2 \
|
||||
|
|
Loading…
Reference in a new issue