summaryrefslogtreecommitdiffstats
path: root/15.0
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2019-01-11 16:51:27 +0000
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2019-01-11 16:51:27 +0000
commit11a6e693713815014c5683ca5006697a69650fb1 (patch)
treef949027636fd05f365fa7314928e380102dcabc1 /15.0
parent48f9b58e6f8b6fb0473a244718f8a9623b5be80e (diff)
Update to 15.0.2
Diffstat (limited to '15.0')
-rw-r--r--15.0/apache/Dockerfile2
-rw-r--r--15.0/fpm-alpine/Dockerfile2
-rw-r--r--15.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/15.0/apache/Dockerfile b/15.0/apache/Dockerfile
index 79aa5c62..7c50375d 100644
--- a/15.0/apache/Dockerfile
+++ b/15.0/apache/Dockerfile
@@ -109,7 +109,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 15.0.1
+ENV NEXTCLOUD_VERSION 15.0.2
RUN set -ex; \
fetchDeps=" \
diff --git a/15.0/fpm-alpine/Dockerfile b/15.0/fpm-alpine/Dockerfile
index 01de0270..f71d5f9e 100644
--- a/15.0/fpm-alpine/Dockerfile
+++ b/15.0/fpm-alpine/Dockerfile
@@ -90,7 +90,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 15.0.1
+ENV NEXTCLOUD_VERSION 15.0.2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/15.0/fpm/Dockerfile b/15.0/fpm/Dockerfile
index 70e5ed22..c8dc904f 100644
--- a/15.0/fpm/Dockerfile
+++ b/15.0/fpm/Dockerfile
@@ -101,7 +101,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 15.0.1
+ENV NEXTCLOUD_VERSION 15.0.2
RUN set -ex; \
fetchDeps=" \