summaryrefslogtreecommitdiffstats
path: root/16.0
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2019-05-16 10:29:13 +0000
committertilosp-bot <git-bot@tilosp.de>2019-05-16 10:29:13 +0000
commit6357f08f2559cbb7880b82e24bd07305c828a553 (patch)
tree748c556ac858e0c51a2c5b6f2189e9461ca87942 /16.0
parent05073351c45f52bd656786f3e4220de0ede64c6c (diff)
Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
Diffstat (limited to '16.0')
-rw-r--r--16.0/apache/Dockerfile2
-rw-r--r--16.0/fpm-alpine/Dockerfile2
-rw-r--r--16.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/16.0/apache/Dockerfile b/16.0/apache/Dockerfile
index 4d50922f..6d96f90b 100644
--- a/16.0/apache/Dockerfile
+++ b/16.0/apache/Dockerfile
@@ -111,7 +111,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 16.0.0
+ENV NEXTCLOUD_VERSION 16.0.1
RUN set -ex; \
fetchDeps=" \
diff --git a/16.0/fpm-alpine/Dockerfile b/16.0/fpm-alpine/Dockerfile
index a5fd4de0..c8158c1d 100644
--- a/16.0/fpm-alpine/Dockerfile
+++ b/16.0/fpm-alpine/Dockerfile
@@ -92,7 +92,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 16.0.0
+ENV NEXTCLOUD_VERSION 16.0.1
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/16.0/fpm/Dockerfile b/16.0/fpm/Dockerfile
index 4b8ec812..01a47cbc 100644
--- a/16.0/fpm/Dockerfile
+++ b/16.0/fpm/Dockerfile
@@ -103,7 +103,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 16.0.0
+ENV NEXTCLOUD_VERSION 16.0.1
RUN set -ex; \
fetchDeps=" \