summaryrefslogtreecommitdiffstats
path: root/14.0
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2019-04-09 14:56:35 +0000
committertilosp-bot <git-bot@tilosp.de>2019-04-09 14:56:35 +0000
commitd54e368c1c31401dfb044c976b10cc754c045748 (patch)
tree7d7677794eef5b4ff4d5411892fed9f16ba2ce3e /14.0
parenta6bcddbac1b34bb7157572c2be4c6a50c121eaf8 (diff)
Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
Diffstat (limited to '14.0')
-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 57ff26e9..9311aa8d 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.9
+ENV NEXTCLOUD_VERSION 14.0.10
RUN set -ex; \
fetchDeps=" \
diff --git a/14.0/fpm-alpine/Dockerfile b/14.0/fpm-alpine/Dockerfile
index 020bbc3e..8cfc3c2b 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.9
+ENV NEXTCLOUD_VERSION 14.0.10
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/14.0/fpm/Dockerfile b/14.0/fpm/Dockerfile
index a6659067..b6493744 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.9
+ENV NEXTCLOUD_VERSION 14.0.10
RUN set -ex; \
fetchDeps=" \