summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2019-02-07 04:51:23 +0000
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2019-02-07 04:51:23 +0000
commitcd725486518f38f1c81abc3e1f257a97656c861f (patch)
treed7cd923ea16567daae8e3a8fba5fc5299fac5bef
parentda1192ed4ce337bf6b74619f5b30b9527217065d (diff)
Update to 13.0.11
-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 d36104af..7cddbb0a 100644
--- a/13.0/apache/Dockerfile
+++ b/13.0/apache/Dockerfile
@@ -110,7 +110,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 13.0.10
+ENV NEXTCLOUD_VERSION 13.0.11
RUN set -ex; \
fetchDeps=" \
diff --git a/13.0/fpm-alpine/Dockerfile b/13.0/fpm-alpine/Dockerfile
index 98bc406b..b546bf7f 100644
--- a/13.0/fpm-alpine/Dockerfile
+++ b/13.0/fpm-alpine/Dockerfile
@@ -91,7 +91,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 13.0.10
+ENV NEXTCLOUD_VERSION 13.0.11
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/13.0/fpm/Dockerfile b/13.0/fpm/Dockerfile
index 22f343d8..4200fcdb 100644
--- a/13.0/fpm/Dockerfile
+++ b/13.0/fpm/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 13.0.10
+ENV NEXTCLOUD_VERSION 13.0.11
RUN set -ex; \
fetchDeps=" \