summaryrefslogtreecommitdiffstats
path: root/13.0
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-08-30 14:01:09 +0200
committerTilo Spannagel <development@tilosp.de>2018-08-30 14:01:09 +0200
commit9435421b508fb813e5afb07107bde873059b70f3 (patch)
treed744b788f6386a5fbd3945f198454f3c79bceddc /13.0
parent6124a1af149c9eb1cc6f409648a053e996eb425a (diff)
Run update.sh
Diffstat (limited to '13.0')
-rw-r--r--13.0/apache/Dockerfile2
-rw-r--r--13.0/fpm-alpine/Dockerfile2
-rw-r--r--13.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/13.0/apache/Dockerfile b/13.0/apache/Dockerfile
index f306c978..d92cbf12 100644
--- a/13.0/apache/Dockerfile
+++ b/13.0/apache/Dockerfile
@@ -104,7 +104,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 13.0.5
+ENV NEXTCLOUD_VERSION 13.0.6
RUN set -ex; \
fetchDeps=" \
diff --git a/13.0/fpm-alpine/Dockerfile b/13.0/fpm-alpine/Dockerfile
index 4d5b2f49..0298095e 100644
--- a/13.0/fpm-alpine/Dockerfile
+++ b/13.0/fpm-alpine/Dockerfile
@@ -85,7 +85,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 13.0.5
+ENV NEXTCLOUD_VERSION 13.0.6
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/13.0/fpm/Dockerfile b/13.0/fpm/Dockerfile
index d6d4749d..063945d8 100644
--- a/13.0/fpm/Dockerfile
+++ b/13.0/fpm/Dockerfile
@@ -96,7 +96,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 13.0.5
+ENV NEXTCLOUD_VERSION 13.0.6
RUN set -ex; \
fetchDeps=" \