summaryrefslogtreecommitdiffstats
path: root/21.0
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-07-02 00:26:31 +0000
committerGitHub Workflow <workflow@github.com>2021-07-02 00:26:31 +0000
commitde10af6ed1fc7336d07d628584b6f50123f2b4ca (patch)
treeb450cfdef8d271cec7e1c1ecdb80828451b7d3cc /21.0
parent62a46a6c4d33a76ee0b4d38ebad8624548e79215 (diff)
Runs update.sh
Diffstat (limited to '21.0')
-rw-r--r--21.0/apache/Dockerfile2
-rw-r--r--21.0/fpm-alpine/Dockerfile2
-rw-r--r--21.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/21.0/apache/Dockerfile b/21.0/apache/Dockerfile
index 358281e9..cbabaf92 100644
--- a/21.0/apache/Dockerfile
+++ b/21.0/apache/Dockerfile
@@ -121,7 +121,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 21.0.2
+ENV NEXTCLOUD_VERSION 21.0.3
RUN set -ex; \
fetchDeps=" \
diff --git a/21.0/fpm-alpine/Dockerfile b/21.0/fpm-alpine/Dockerfile
index 1ac82734..9878136a 100644
--- a/21.0/fpm-alpine/Dockerfile
+++ b/21.0/fpm-alpine/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 21.0.2
+ENV NEXTCLOUD_VERSION 21.0.3
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/21.0/fpm/Dockerfile b/21.0/fpm/Dockerfile
index 8acd3c7e..a009f46d 100644
--- a/21.0/fpm/Dockerfile
+++ b/21.0/fpm/Dockerfile
@@ -113,7 +113,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 21.0.2
+ENV NEXTCLOUD_VERSION 21.0.3
RUN set -ex; \
fetchDeps=" \