summaryrefslogtreecommitdiffstats
path: root/12.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 /12.0
parent6124a1af149c9eb1cc6f409648a053e996eb425a (diff)
Run update.sh
Diffstat (limited to '12.0')
-rw-r--r--12.0/apache/Dockerfile2
-rw-r--r--12.0/fpm-alpine/Dockerfile2
-rw-r--r--12.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/12.0/apache/Dockerfile b/12.0/apache/Dockerfile
index f45a2dc6..8519c73a 100644
--- a/12.0/apache/Dockerfile
+++ b/12.0/apache/Dockerfile
@@ -104,7 +104,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 12.0.10
+ENV NEXTCLOUD_VERSION 12.0.11
RUN set -ex; \
fetchDeps=" \
diff --git a/12.0/fpm-alpine/Dockerfile b/12.0/fpm-alpine/Dockerfile
index 416dfbaf..daf1f5ff 100644
--- a/12.0/fpm-alpine/Dockerfile
+++ b/12.0/fpm-alpine/Dockerfile
@@ -85,7 +85,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 12.0.10
+ENV NEXTCLOUD_VERSION 12.0.11
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/12.0/fpm/Dockerfile b/12.0/fpm/Dockerfile
index 2beb724a..3e6f44ba 100644
--- a/12.0/fpm/Dockerfile
+++ b/12.0/fpm/Dockerfile
@@ -96,7 +96,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 12.0.10
+ENV NEXTCLOUD_VERSION 12.0.11
RUN set -ex; \
fetchDeps=" \