summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2019-05-17 14:03:58 +0000
committertilosp-bot <git-bot@tilosp.de>2019-05-17 14:03:58 +0000
commit748d7873f3ea8c251afeb7eb96c4a90765e7ff06 (patch)
tree2f270cc9edbf08a4e74be60a80fc698e59931333
parenta10a6ab7ee19c0321c4ceb9a0ac3b9d574af07b1 (diff)
Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
-rw-r--r--14.0/apache/Dockerfile2
-rw-r--r--14.0/fpm-alpine/Dockerfile2
-rw-r--r--14.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/14.0/apache/Dockerfile b/14.0/apache/Dockerfile
index 19b25b00..3e500b8a 100644
--- a/14.0/apache/Dockerfile
+++ b/14.0/apache/Dockerfile
@@ -110,7 +110,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 14.0.11
+ENV NEXTCLOUD_VERSION 14.0.12
RUN set -ex; \
fetchDeps=" \
diff --git a/14.0/fpm-alpine/Dockerfile b/14.0/fpm-alpine/Dockerfile
index b19e4afa..7da28720 100644
--- a/14.0/fpm-alpine/Dockerfile
+++ b/14.0/fpm-alpine/Dockerfile
@@ -91,7 +91,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 14.0.11
+ENV NEXTCLOUD_VERSION 14.0.12
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/14.0/fpm/Dockerfile b/14.0/fpm/Dockerfile
index 4c4bc152..c8f8d01b 100644
--- a/14.0/fpm/Dockerfile
+++ b/14.0/fpm/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 14.0.11
+ENV NEXTCLOUD_VERSION 14.0.12
RUN set -ex; \
fetchDeps=" \