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 725918bb..8420ea3c 100644
--- a/22/apache/Dockerfile
+++ b/22/apache/Dockerfile
@@ -121,7 +121,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 22.1.0
+ENV NEXTCLOUD_VERSION 22.1.1
RUN set -ex; \
fetchDeps=" \
diff --git a/22/fpm-alpine/Dockerfile b/22/fpm-alpine/Dockerfile
index 0712ec27..a02f5b15 100644
--- a/22/fpm-alpine/Dockerfile
+++ b/22/fpm-alpine/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 22.1.0
+ENV NEXTCLOUD_VERSION 22.1.1
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/22/fpm/Dockerfile b/22/fpm/Dockerfile
index 9c1354ba..b5fc0448 100644
--- a/22/fpm/Dockerfile
+++ b/22/fpm/Dockerfile
@@ -113,7 +113,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 22.1.0
+ENV NEXTCLOUD_VERSION 22.1.1
RUN set -ex; \
fetchDeps=" \
diff --git a/latest.txt b/latest.txt
index ee5c2446..d88b9925 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-22.1.0
+22.1.1