summaryrefslogtreecommitdiffstats
path: root/16.0
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2019-07-06 12:50:44 +0200
committerJ0WI <J0WI@users.noreply.github.com>2019-07-06 12:50:44 +0200
commit1d4be7e931a22e6f2020ea0dc8f8b892806b8dc3 (patch)
tree291ce0b933eda3260b753b0e44d914e5f71b9e7b /16.0
parent4df6f795684fcfdb2b507f89a388e9ad9e6e081e (diff)
Update to 15.0.9 and 16.0.2 (#796)
* Run update.sh Signed-off-by: tilosp-bot <git-bot@tilosp.de> * Run update.sh Signed-off-by: tilosp-bot <git-bot@tilosp.de> * Pin redis version Signed-off-by: Tilo Spannagel <development@tilosp.de> * Run update.sh Signed-off-by: tilosp-bot <git-bot@tilosp.de>
Diffstat (limited to '16.0')
-rw-r--r--16.0/apache/Dockerfile2
-rw-r--r--16.0/fpm-alpine/Dockerfile2
-rw-r--r--16.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/16.0/apache/Dockerfile b/16.0/apache/Dockerfile
index 01e59f5f..a65b859b 100644
--- a/16.0/apache/Dockerfile
+++ b/16.0/apache/Dockerfile
@@ -111,7 +111,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 16.0.1
+ENV NEXTCLOUD_VERSION 16.0.2
RUN set -ex; \
fetchDeps=" \
diff --git a/16.0/fpm-alpine/Dockerfile b/16.0/fpm-alpine/Dockerfile
index 583ee38e..fd64f88c 100644
--- a/16.0/fpm-alpine/Dockerfile
+++ b/16.0/fpm-alpine/Dockerfile
@@ -92,7 +92,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 16.0.1
+ENV NEXTCLOUD_VERSION 16.0.2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/16.0/fpm/Dockerfile b/16.0/fpm/Dockerfile
index 7de39784..329ae8e7 100644
--- a/16.0/fpm/Dockerfile
+++ b/16.0/fpm/Dockerfile
@@ -103,7 +103,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 16.0.1
+ENV NEXTCLOUD_VERSION 16.0.2
RUN set -ex; \
fetchDeps=" \