summaryrefslogtreecommitdiffstats
path: root/15.0
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2019-02-07 12:17:57 +0100
committerTilo Spannagel <development@tilosp.de>2019-02-07 12:17:57 +0100
commit6d7be410e0a09a1a08e49762c7a7901e8bda49f3 (patch)
treebdb9209aa95a8fa3d19cf6359512779195c49d4c /15.0
parent2695fd9ba247cc82ee03681773eaa859ee23a41c (diff)
Update to 15.0.4
Signed-off-by: Tilo Spannagel <development@tilosp.de>
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 4f0aea57..409b8035 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.3
+ENV NEXTCLOUD_VERSION 15.0.4
RUN set -ex; \
fetchDeps=" \
diff --git a/15.0/fpm-alpine/Dockerfile b/15.0/fpm-alpine/Dockerfile
index fca9dddb..10f4ff11 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.3
+ENV NEXTCLOUD_VERSION 15.0.4
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/15.0/fpm/Dockerfile b/15.0/fpm/Dockerfile
index 915237d7..62544154 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.3
+ENV NEXTCLOUD_VERSION 15.0.4
RUN set -ex; \
fetchDeps=" \