summaryrefslogtreecommitdiffstats
path: root/20.0
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-05-21 00:27:27 +0000
committerGitHub Workflow <workflow@github.com>2021-05-21 00:27:27 +0000
commit7cc3dcac758cd2ab0ec0e6d7fc9d701606c60af8 (patch)
tree8b8e98877980badb075f329e8a01212197662441 /20.0
parentdef2eeae13aa576876bfeed979c8b31888331f2c (diff)
Runs update.sh
Diffstat (limited to '20.0')
-rw-r--r--20.0/apache/Dockerfile2
-rw-r--r--20.0/fpm-alpine/Dockerfile2
-rw-r--r--20.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/20.0/apache/Dockerfile b/20.0/apache/Dockerfile
index 597a2e18..66ae5c3e 100644
--- a/20.0/apache/Dockerfile
+++ b/20.0/apache/Dockerfile
@@ -121,7 +121,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 20.0.9
+ENV NEXTCLOUD_VERSION 20.0.10
RUN set -ex; \
fetchDeps=" \
diff --git a/20.0/fpm-alpine/Dockerfile b/20.0/fpm-alpine/Dockerfile
index 69b7bab0..82a9bdf5 100644
--- a/20.0/fpm-alpine/Dockerfile
+++ b/20.0/fpm-alpine/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 20.0.9
+ENV NEXTCLOUD_VERSION 20.0.10
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/20.0/fpm/Dockerfile b/20.0/fpm/Dockerfile
index aacd976a..bcb7e34e 100644
--- a/20.0/fpm/Dockerfile
+++ b/20.0/fpm/Dockerfile
@@ -113,7 +113,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 20.0.9
+ENV NEXTCLOUD_VERSION 20.0.10
RUN set -ex; \
fetchDeps=" \