summaryrefslogtreecommitdiffstats
path: root/15.0
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2019-02-28 10:51:23 +0000
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2019-02-28 10:51:23 +0000
commit532834349b9e12e9739d82e9fd58858d7251f690 (patch)
treefafe013269c7b02cfde745150eb82750f8ba8b37 /15.0
parent77a5099fe9dbae5ffd096a3e898056df2b6f514c (diff)
Update to 15.0.5
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 35420f32..86baeb82 100644
--- a/15.0/apache/Dockerfile
+++ b/15.0/apache/Dockerfile
@@ -110,7 +110,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 15.0.4
+ENV NEXTCLOUD_VERSION 15.0.5
RUN set -ex; \
fetchDeps=" \
diff --git a/15.0/fpm-alpine/Dockerfile b/15.0/fpm-alpine/Dockerfile
index 946e2ebd..9ce02ba1 100644
--- a/15.0/fpm-alpine/Dockerfile
+++ b/15.0/fpm-alpine/Dockerfile
@@ -91,7 +91,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 15.0.4
+ENV NEXTCLOUD_VERSION 15.0.5
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/15.0/fpm/Dockerfile b/15.0/fpm/Dockerfile
index c292d513..70fa5ac7 100644
--- a/15.0/fpm/Dockerfile
+++ b/15.0/fpm/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 15.0.4
+ENV NEXTCLOUD_VERSION 15.0.5
RUN set -ex; \
fetchDeps=" \