summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-08-27 00:26:52 +0000
committerGitHub Workflow <workflow@github.com>2021-08-27 00:26:52 +0000
commit57a0401c748b1210e3abc2cdff5ff90de27c39e5 (patch)
treeb3a10032fc2fae588cdaefaf7e6bcda7e439e190
parentc9143621badb6db270306d6098e957ebdfd2aa1c (diff)
Runs update.sh
-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