summaryrefslogtreecommitdiffstats
path: root/19.0
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-01-14 16:50:56 +0000
committerGitHub Workflow <workflow@github.com>2021-01-14 16:50:56 +0000
commit4c9bc58277e4b033f73f49c801136d30a8098d1d (patch)
treef1b43e7e36e573ee6095a9d67415fffa2113cea5 /19.0
parentf9699a1d1acfb7e7f1838b51f7455c58b62a7ae4 (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 9e21f73e..16f7b4c9 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.6
+ENV NEXTCLOUD_VERSION 19.0.7
RUN set -ex; \
fetchDeps=" \
diff --git a/19.0/fpm-alpine/Dockerfile b/19.0/fpm-alpine/Dockerfile
index 533a5489..badd6629 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.6
+ENV NEXTCLOUD_VERSION 19.0.7
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/19.0/fpm/Dockerfile b/19.0/fpm/Dockerfile
index d7a154c5..d6e7faef 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.6
+ENV NEXTCLOUD_VERSION 19.0.7
RUN set -ex; \
fetchDeps=" \