Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 11.0/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN set -ex \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite

ENV NEXTCLOUD_VERSION 11.0.1
ENV NEXTCLOUD_VERSION 11.0.2
VOLUME /var/www/html

RUN curl -fsSL -o nextcloud.tar.bz2 \
Expand Down
2 changes: 1 addition & 1 deletion 11.0/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN set -ex \
&& pecl install redis-3.1.1 \
&& docker-php-ext-enable apcu redis memcached

ENV NEXTCLOUD_VERSION 11.0.1
ENV NEXTCLOUD_VERSION 11.0.2
VOLUME /var/www/html

RUN curl -fsSL -o nextcloud.tar.bz2 \
Expand Down