Skip to content

Commit 362905d

Browse files
authored
Merge pull request #41 from tilosp-docker/v11.0.2
Update to Version 9.0.57, 10.0.4 and 11.0.2
2 parents ba7bceb + 843d309 commit 362905d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

10.0/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN set -ex \
3939
&& docker-php-ext-enable apcu redis memcached
4040
RUN a2enmod rewrite
4141

42-
ENV NEXTCLOUD_VERSION 10.0.3
42+
ENV NEXTCLOUD_VERSION 10.0.4
4343
VOLUME /var/www/html
4444

4545
RUN curl -fsSL -o nextcloud.tar.bz2 \

10.0/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN set -ex \
3737
&& pecl install redis-3.1.1 \
3838
&& docker-php-ext-enable apcu redis memcached
3939

40-
ENV NEXTCLOUD_VERSION 10.0.3
40+
ENV NEXTCLOUD_VERSION 10.0.4
4141
VOLUME /var/www/html
4242

4343
RUN curl -fsSL -o nextcloud.tar.bz2 \

11.0/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN set -ex \
3939
&& docker-php-ext-enable apcu redis memcached
4040
RUN a2enmod rewrite
4141

42-
ENV NEXTCLOUD_VERSION 11.0.1
42+
ENV NEXTCLOUD_VERSION 11.0.2
4343
VOLUME /var/www/html
4444

4545
RUN curl -fsSL -o nextcloud.tar.bz2 \

11.0/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN set -ex \
3737
&& pecl install redis-3.1.1 \
3838
&& docker-php-ext-enable apcu redis memcached
3939

40-
ENV NEXTCLOUD_VERSION 11.0.1
40+
ENV NEXTCLOUD_VERSION 11.0.2
4141
VOLUME /var/www/html
4242

4343
RUN curl -fsSL -o nextcloud.tar.bz2 \

9.0/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN set -ex \
3939
&& docker-php-ext-enable apcu redis memcached
4040
RUN a2enmod rewrite
4141

42-
ENV NEXTCLOUD_VERSION 9.0.56
42+
ENV NEXTCLOUD_VERSION 9.0.57
4343
VOLUME /var/www/html
4444

4545
RUN curl -fsSL -o nextcloud.tar.bz2 \

9.0/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN set -ex \
3737
&& pecl install redis-3.1.1 \
3838
&& docker-php-ext-enable apcu redis memcached
3939

40-
ENV NEXTCLOUD_VERSION 9.0.56
40+
ENV NEXTCLOUD_VERSION 9.0.57
4141
VOLUME /var/www/html
4242

4343
RUN curl -fsSL -o nextcloud.tar.bz2 \

0 commit comments

Comments
 (0)