summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--21/apache/Dockerfile2
-rw-r--r--21/fpm-alpine/Dockerfile2
-rw-r--r--21/fpm/Dockerfile2
-rw-r--r--22/apache/Dockerfile2
-rw-r--r--22/fpm-alpine/Dockerfile2
-rw-r--r--22/fpm/Dockerfile2
-rw-r--r--latest.txt2
7 files changed, 7 insertions, 7 deletions
diff --git a/21/apache/Dockerfile b/21/apache/Dockerfile
index b47234f3..591c8d9b 100644
--- a/21/apache/Dockerfile
+++ b/21/apache/Dockerfile
@@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 21.0.6
+ENV NEXTCLOUD_VERSION 21.0.7
RUN set -ex; \
fetchDeps=" \
diff --git a/21/fpm-alpine/Dockerfile b/21/fpm-alpine/Dockerfile
index 1ccf31b0..7e52dd25 100644
--- a/21/fpm-alpine/Dockerfile
+++ b/21/fpm-alpine/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 21.0.6
+ENV NEXTCLOUD_VERSION 21.0.7
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/21/fpm/Dockerfile b/21/fpm/Dockerfile
index f769fc68..beac5c03 100644
--- a/21/fpm/Dockerfile
+++ b/21/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 21.0.6
+ENV NEXTCLOUD_VERSION 21.0.7
RUN set -ex; \
fetchDeps=" \
diff --git a/22/apache/Dockerfile b/22/apache/Dockerfile
index 90f0fb85..e870e6f8 100644
--- a/22/apache/Dockerfile
+++ b/22/apache/Dockerfile
@@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 22.2.2
+ENV NEXTCLOUD_VERSION 22.2.3
RUN set -ex; \
fetchDeps=" \
diff --git a/22/fpm-alpine/Dockerfile b/22/fpm-alpine/Dockerfile
index 98ceb949..0b0efcd0 100644
--- a/22/fpm-alpine/Dockerfile
+++ b/22/fpm-alpine/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 22.2.2
+ENV NEXTCLOUD_VERSION 22.2.3
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/22/fpm/Dockerfile b/22/fpm/Dockerfile
index 8fde133f..dacac865 100644
--- a/22/fpm/Dockerfile
+++ b/22/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 22.2.2
+ENV NEXTCLOUD_VERSION 22.2.3
RUN set -ex; \
fetchDeps=" \
diff --git a/latest.txt b/latest.txt
index 637c2a16..5c95d722 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-22.2.2
+22.2.3