summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--22/apache/Dockerfile2
-rw-r--r--22/fpm-alpine/Dockerfile2
-rw-r--r--22/fpm/Dockerfile2
-rw-r--r--latest.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/22/apache/Dockerfile b/22/apache/Dockerfile
index 149a8327..90f0fb85 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.1
+ENV NEXTCLOUD_VERSION 22.2.2
RUN set -ex; \
fetchDeps=" \
diff --git a/22/fpm-alpine/Dockerfile b/22/fpm-alpine/Dockerfile
index e65ae757..98ceb949 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.1
+ENV NEXTCLOUD_VERSION 22.2.2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/22/fpm/Dockerfile b/22/fpm/Dockerfile
index 25ae654c..8fde133f 100644
--- a/22/fpm/Dockerfile
+++ b/22/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 22.2.1
+ENV NEXTCLOUD_VERSION 22.2.2
RUN set -ex; \
fetchDeps=" \
diff --git a/latest.txt b/latest.txt
index 0398faf1..637c2a16 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-22.2.1
+22.2.2