summaryrefslogtreecommitdiffstats
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
parentdef2eeae13aa576876bfeed979c8b31888331f2c (diff)
Runs update.sh
-rw-r--r--20.0/apache/Dockerfile2
-rw-r--r--20.0/fpm-alpine/Dockerfile2
-rw-r--r--20.0/fpm/Dockerfile2
-rw-r--r--21.0/apache/Dockerfile2
-rw-r--r--21.0/fpm-alpine/Dockerfile2
-rw-r--r--21.0/fpm/Dockerfile2
-rw-r--r--latest.txt2
7 files changed, 7 insertions, 7 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=" \
diff --git a/21.0/apache/Dockerfile b/21.0/apache/Dockerfile
index 4f68879a..48d556c7 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.1
+ENV NEXTCLOUD_VERSION 21.0.2
RUN set -ex; \
fetchDeps=" \
diff --git a/21.0/fpm-alpine/Dockerfile b/21.0/fpm-alpine/Dockerfile
index 2bcdbb04..bdde9ee3 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.1
+ENV NEXTCLOUD_VERSION 21.0.2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/21.0/fpm/Dockerfile b/21.0/fpm/Dockerfile
index e3c00ff0..7d398529 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.1
+ENV NEXTCLOUD_VERSION 21.0.2
RUN set -ex; \
fetchDeps=" \
diff --git a/latest.txt b/latest.txt
index a8f5438c..80645cbd 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-21.0.1
+21.0.2