summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2022-03-22 00:27:27 +0000
committerGitHub Workflow <workflow@github.com>2022-03-22 00:27:27 +0000
commitdf168e19cecdb01c9a1316e900535c60b202d1c1 (patch)
tree9055187a321ab4774cc6f0bd6ca013e3e24bb39b
parent3a5086de638a87ee66a2529857fe660d783bca1a (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--23/apache/Dockerfile2
-rw-r--r--23/fpm-alpine/Dockerfile2
-rw-r--r--23/fpm/Dockerfile2
-rw-r--r--latest.txt2
7 files changed, 7 insertions, 7 deletions
diff --git a/22/apache/Dockerfile b/22/apache/Dockerfile
index 55a458ae..af2b28c0 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.5
+ENV NEXTCLOUD_VERSION 22.2.6
RUN set -ex; \
fetchDeps=" \
diff --git a/22/fpm-alpine/Dockerfile b/22/fpm-alpine/Dockerfile
index b2f2126d..0344227f 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.5
+ENV NEXTCLOUD_VERSION 22.2.6
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/22/fpm/Dockerfile b/22/fpm/Dockerfile
index 84bdcaa2..e87712ac 100644
--- a/22/fpm/Dockerfile
+++ b/22/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 22.2.5
+ENV NEXTCLOUD_VERSION 22.2.6
RUN set -ex; \
fetchDeps=" \
diff --git a/23/apache/Dockerfile b/23/apache/Dockerfile
index a43e71a1..5f899e35 100644
--- a/23/apache/Dockerfile
+++ b/23/apache/Dockerfile
@@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 23.0.2
+ENV NEXTCLOUD_VERSION 23.0.3
RUN set -ex; \
fetchDeps=" \
diff --git a/23/fpm-alpine/Dockerfile b/23/fpm-alpine/Dockerfile
index 0b62d4f6..3037a3bb 100644
--- a/23/fpm-alpine/Dockerfile
+++ b/23/fpm-alpine/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 23.0.2
+ENV NEXTCLOUD_VERSION 23.0.3
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/23/fpm/Dockerfile b/23/fpm/Dockerfile
index 07cca196..58262f26 100644
--- a/23/fpm/Dockerfile
+++ b/23/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 23.0.2
+ENV NEXTCLOUD_VERSION 23.0.3
RUN set -ex; \
fetchDeps=" \
diff --git a/latest.txt b/latest.txt
index 4301f9bd..9fdd12f8 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-23.0.2
+23.0.3