summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWonderfall <wonderfall@targaryen.house>2017-03-05 15:47:45 +0100
committerGitHub <noreply@github.com>2017-03-05 15:47:45 +0100
commit362905d20e18f23bdd1cd3cda6534acc215caaa3 (patch)
tree6b2cbed712fabba88b825063863866ea76bab908
parentba7bcebd851d877a239c5714c3888a188fc83925 (diff)
parent843d309ee62b9d2704e6141d2103f9ded97e35b6 (diff)
Merge pull request #41 from tilosp-docker/v11.0.2
Update to Version 9.0.57, 10.0.4 and 11.0.2
-rw-r--r--10.0/apache/Dockerfile2
-rw-r--r--10.0/fpm/Dockerfile2
-rw-r--r--11.0/apache/Dockerfile2
-rw-r--r--11.0/fpm/Dockerfile2
-rw-r--r--9.0/apache/Dockerfile2
-rw-r--r--9.0/fpm/Dockerfile2
6 files changed, 6 insertions, 6 deletions
diff --git a/10.0/apache/Dockerfile b/10.0/apache/Dockerfile
index d5122a0d..81123816 100644
--- a/10.0/apache/Dockerfile
+++ b/10.0/apache/Dockerfile
@@ -39,7 +39,7 @@ RUN set -ex \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite
-ENV NEXTCLOUD_VERSION 10.0.3
+ENV NEXTCLOUD_VERSION 10.0.4
VOLUME /var/www/html
RUN curl -fsSL -o nextcloud.tar.bz2 \
diff --git a/10.0/fpm/Dockerfile b/10.0/fpm/Dockerfile
index f6d076d3..7b685320 100644
--- a/10.0/fpm/Dockerfile
+++ b/10.0/fpm/Dockerfile
@@ -37,7 +37,7 @@ RUN set -ex \
&& pecl install redis-3.1.1 \
&& docker-php-ext-enable apcu redis memcached
-ENV NEXTCLOUD_VERSION 10.0.3
+ENV NEXTCLOUD_VERSION 10.0.4
VOLUME /var/www/html
RUN curl -fsSL -o nextcloud.tar.bz2 \
diff --git a/11.0/apache/Dockerfile b/11.0/apache/Dockerfile
index bd43c398..e801a80e 100644
--- a/11.0/apache/Dockerfile
+++ b/11.0/apache/Dockerfile
@@ -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 \
diff --git a/11.0/fpm/Dockerfile b/11.0/fpm/Dockerfile
index f368d882..ea6f93ae 100644
--- a/11.0/fpm/Dockerfile
+++ b/11.0/fpm/Dockerfile
@@ -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 \
diff --git a/9.0/apache/Dockerfile b/9.0/apache/Dockerfile
index 21bae75a..a07baf2a 100644
--- a/9.0/apache/Dockerfile
+++ b/9.0/apache/Dockerfile
@@ -39,7 +39,7 @@ RUN set -ex \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite
-ENV NEXTCLOUD_VERSION 9.0.56
+ENV NEXTCLOUD_VERSION 9.0.57
VOLUME /var/www/html
RUN curl -fsSL -o nextcloud.tar.bz2 \
diff --git a/9.0/fpm/Dockerfile b/9.0/fpm/Dockerfile
index cbfef696..5e5b7d25 100644
--- a/9.0/fpm/Dockerfile
+++ b/9.0/fpm/Dockerfile
@@ -37,7 +37,7 @@ RUN set -ex \
&& pecl install redis-3.1.1 \
&& docker-php-ext-enable apcu redis memcached
-ENV NEXTCLOUD_VERSION 9.0.56
+ENV NEXTCLOUD_VERSION 9.0.57
VOLUME /var/www/html
RUN curl -fsSL -o nextcloud.tar.bz2 \