summaryrefslogtreecommitdiffstats
path: root/19.0
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2020-12-10 01:12:41 +0000
committerGitHub Workflow <workflow@github.com>2020-12-10 01:12:41 +0000
commitf87624c6eb4f37cf930dfec2441d744d44e31495 (patch)
tree7a0856128b02cdc72a06ffcb01791769b217b166 /19.0
parent380c1645ebf5640833680e8f6f25b4f9d44b9b21 (diff)
Runs update.sh
Diffstat (limited to '19.0')
-rw-r--r--19.0/apache/Dockerfile2
-rw-r--r--19.0/fpm-alpine/Dockerfile2
-rw-r--r--19.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/19.0/apache/Dockerfile b/19.0/apache/Dockerfile
index c863fc40..9e21f73e 100644
--- a/19.0/apache/Dockerfile
+++ b/19.0/apache/Dockerfile
@@ -114,7 +114,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 19.0.5
+ENV NEXTCLOUD_VERSION 19.0.6
RUN set -ex; \
fetchDeps=" \
diff --git a/19.0/fpm-alpine/Dockerfile b/19.0/fpm-alpine/Dockerfile
index 6cf5dc87..533a5489 100644
--- a/19.0/fpm-alpine/Dockerfile
+++ b/19.0/fpm-alpine/Dockerfile
@@ -95,7 +95,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 19.0.5
+ENV NEXTCLOUD_VERSION 19.0.6
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/19.0/fpm/Dockerfile b/19.0/fpm/Dockerfile
index 22c6dd32..d7a154c5 100644
--- a/19.0/fpm/Dockerfile
+++ b/19.0/fpm/Dockerfile
@@ -106,7 +106,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 19.0.5
+ENV NEXTCLOUD_VERSION 19.0.6
RUN set -ex; \
fetchDeps=" \