summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--23/apache/Dockerfile (renamed from 20/apache/Dockerfile)4
-rw-r--r--23/apache/config/apache-pretty-urls.config.php (renamed from 20/apache/config/apache-pretty-urls.config.php)0
-rw-r--r--23/apache/config/apcu.config.php (renamed from 20/apache/config/apcu.config.php)0
-rw-r--r--23/apache/config/apps.config.php (renamed from 20/apache/config/apps.config.php)0
-rw-r--r--23/apache/config/autoconfig.php (renamed from 20/apache/config/autoconfig.php)0
-rw-r--r--23/apache/config/redis.config.php (renamed from 20/apache/config/redis.config.php)0
-rw-r--r--23/apache/config/reverse-proxy.config.php (renamed from 20/apache/config/reverse-proxy.config.php)0
-rw-r--r--23/apache/config/s3.config.php (renamed from 20/apache/config/s3.config.php)0
-rw-r--r--23/apache/config/smtp.config.php (renamed from 20/apache/config/smtp.config.php)0
-rw-r--r--23/apache/config/swift.config.php (renamed from 20/apache/config/swift.config.php)0
-rwxr-xr-x23/apache/cron.sh (renamed from 20/apache/cron.sh)0
-rwxr-xr-x23/apache/entrypoint.sh (renamed from 20/apache/entrypoint.sh)0
-rw-r--r--23/apache/upgrade.exclude (renamed from 20/apache/upgrade.exclude)0
-rw-r--r--23/fpm-alpine/Dockerfile (renamed from 20/fpm-alpine/Dockerfile)4
-rw-r--r--23/fpm-alpine/config/apcu.config.php (renamed from 20/fpm-alpine/config/apcu.config.php)0
-rw-r--r--23/fpm-alpine/config/apps.config.php (renamed from 20/fpm-alpine/config/apps.config.php)0
-rw-r--r--23/fpm-alpine/config/autoconfig.php (renamed from 20/fpm-alpine/config/autoconfig.php)0
-rw-r--r--23/fpm-alpine/config/redis.config.php (renamed from 20/fpm-alpine/config/redis.config.php)0
-rw-r--r--23/fpm-alpine/config/reverse-proxy.config.php (renamed from 20/fpm-alpine/config/reverse-proxy.config.php)0
-rw-r--r--23/fpm-alpine/config/s3.config.php (renamed from 20/fpm-alpine/config/s3.config.php)0
-rw-r--r--23/fpm-alpine/config/smtp.config.php (renamed from 20/fpm-alpine/config/smtp.config.php)0
-rw-r--r--23/fpm-alpine/config/swift.config.php (renamed from 20/fpm-alpine/config/swift.config.php)0
-rwxr-xr-x23/fpm-alpine/cron.sh (renamed from 20/fpm-alpine/cron.sh)0
-rwxr-xr-x23/fpm-alpine/entrypoint.sh (renamed from 20/fpm-alpine/entrypoint.sh)0
-rw-r--r--23/fpm-alpine/upgrade.exclude (renamed from 20/fpm-alpine/upgrade.exclude)0
-rw-r--r--23/fpm/Dockerfile (renamed from 20/fpm/Dockerfile)4
-rw-r--r--23/fpm/config/apcu.config.php (renamed from 20/fpm/config/apcu.config.php)0
-rw-r--r--23/fpm/config/apps.config.php (renamed from 20/fpm/config/apps.config.php)0
-rw-r--r--23/fpm/config/autoconfig.php (renamed from 20/fpm/config/autoconfig.php)0
-rw-r--r--23/fpm/config/redis.config.php (renamed from 20/fpm/config/redis.config.php)0
-rw-r--r--23/fpm/config/reverse-proxy.config.php (renamed from 20/fpm/config/reverse-proxy.config.php)0
-rw-r--r--23/fpm/config/s3.config.php (renamed from 20/fpm/config/s3.config.php)0
-rw-r--r--23/fpm/config/smtp.config.php (renamed from 20/fpm/config/smtp.config.php)0
-rw-r--r--23/fpm/config/swift.config.php (renamed from 20/fpm/config/swift.config.php)0
-rwxr-xr-x23/fpm/cron.sh (renamed from 20/fpm/cron.sh)0
-rwxr-xr-x23/fpm/entrypoint.sh (renamed from 20/fpm/entrypoint.sh)0
-rw-r--r--23/fpm/upgrade.exclude (renamed from 20/fpm/upgrade.exclude)0
-rw-r--r--latest.txt2
-rwxr-xr-xupdate.sh2
39 files changed, 8 insertions, 8 deletions
diff --git a/20/apache/Dockerfile b/23/apache/Dockerfile
index 04367919..b9d80301 100644
--- a/20/apache/Dockerfile
+++ b/23/apache/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
-FROM php:7.4-apache-bullseye
+FROM php:8.0-apache-bullseye
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 20.0.14
+ENV NEXTCLOUD_VERSION 23.0.0
RUN set -ex; \
fetchDeps=" \
diff --git a/20/apache/config/apache-pretty-urls.config.php b/23/apache/config/apache-pretty-urls.config.php
index 72da1d8c..72da1d8c 100644
--- a/20/apache/config/apache-pretty-urls.config.php
+++ b/23/apache/config/apache-pretty-urls.config.php
diff --git a/20/apache/config/apcu.config.php b/23/apache/config/apcu.config.php
index 69fed876..69fed876 100644
--- a/20/apache/config/apcu.config.php
+++ b/23/apache/config/apcu.config.php
diff --git a/20/apache/config/apps.config.php b/23/apache/config/apps.config.php
index 4c37f72a..4c37f72a 100644
--- a/20/apache/config/apps.config.php
+++ b/23/apache/config/apps.config.php
diff --git a/20/apache/config/autoconfig.php b/23/apache/config/autoconfig.php
index 92ad2a1c..92ad2a1c 100644
--- a/20/apache/config/autoconfig.php
+++ b/23/apache/config/autoconfig.php
diff --git a/20/apache/config/redis.config.php b/23/apache/config/redis.config.php
index a5fde3c7..a5fde3c7 100644
--- a/20/apache/config/redis.config.php
+++ b/23/apache/config/redis.config.php
diff --git a/20/apache/config/reverse-proxy.config.php b/23/apache/config/reverse-proxy.config.php
index 7df0415e..7df0415e 100644
--- a/20/apache/config/reverse-proxy.config.php
+++ b/23/apache/config/reverse-proxy.config.php
diff --git a/20/apache/config/s3.config.php b/23/apache/config/s3.config.php
index aa3f4f59..aa3f4f59 100644
--- a/20/apache/config/s3.config.php
+++ b/23/apache/config/s3.config.php
diff --git a/20/apache/config/smtp.config.php b/23/apache/config/smtp.config.php
index 62880e4b..62880e4b 100644
--- a/20/apache/config/smtp.config.php
+++ b/23/apache/config/smtp.config.php
diff --git a/20/apache/config/swift.config.php b/23/apache/config/swift.config.php
index 47ada566..47ada566 100644
--- a/20/apache/config/swift.config.php
+++ b/23/apache/config/swift.config.php
diff --git a/20/apache/cron.sh b/23/apache/cron.sh
index 4dfa4118..4dfa4118 100755
--- a/20/apache/cron.sh
+++ b/23/apache/cron.sh
diff --git a/20/apache/entrypoint.sh b/23/apache/entrypoint.sh
index b6da893b..b6da893b 100755
--- a/20/apache/entrypoint.sh
+++ b/23/apache/entrypoint.sh
diff --git a/20/apache/upgrade.exclude b/23/apache/upgrade.exclude
index 354864da..354864da 100644
--- a/20/apache/upgrade.exclude
+++ b/23/apache/upgrade.exclude
diff --git a/20/fpm-alpine/Dockerfile b/23/fpm-alpine/Dockerfile
index 9453bca5..56d42121 100644
--- a/20/fpm-alpine/Dockerfile
+++ b/23/fpm-alpine/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
-FROM php:7.4-fpm-alpine3.14
+FROM php:8.0-fpm-alpine3.14
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 20.0.14
+ENV NEXTCLOUD_VERSION 23.0.0
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/20/fpm-alpine/config/apcu.config.php b/23/fpm-alpine/config/apcu.config.php
index 69fed876..69fed876 100644
--- a/20/fpm-alpine/config/apcu.config.php
+++ b/23/fpm-alpine/config/apcu.config.php
diff --git a/20/fpm-alpine/config/apps.config.php b/23/fpm-alpine/config/apps.config.php
index 4c37f72a..4c37f72a 100644
--- a/20/fpm-alpine/config/apps.config.php
+++ b/23/fpm-alpine/config/apps.config.php
diff --git a/20/fpm-alpine/config/autoconfig.php b/23/fpm-alpine/config/autoconfig.php
index 92ad2a1c..92ad2a1c 100644
--- a/20/fpm-alpine/config/autoconfig.php
+++ b/23/fpm-alpine/config/autoconfig.php
diff --git a/20/fpm-alpine/config/redis.config.php b/23/fpm-alpine/config/redis.config.php
index a5fde3c7..a5fde3c7 100644
--- a/20/fpm-alpine/config/redis.config.php
+++ b/23/fpm-alpine/config/redis.config.php
diff --git a/20/fpm-alpine/config/reverse-proxy.config.php b/23/fpm-alpine/config/reverse-proxy.config.php
index 7df0415e..7df0415e 100644
--- a/20/fpm-alpine/config/reverse-proxy.config.php
+++ b/23/fpm-alpine/config/reverse-proxy.config.php
diff --git a/20/fpm-alpine/config/s3.config.php b/23/fpm-alpine/config/s3.config.php
index aa3f4f59..aa3f4f59 100644
--- a/20/fpm-alpine/config/s3.config.php
+++ b/23/fpm-alpine/config/s3.config.php
diff --git a/20/fpm-alpine/config/smtp.config.php b/23/fpm-alpine/config/smtp.config.php
index 62880e4b..62880e4b 100644
--- a/20/fpm-alpine/config/smtp.config.php
+++ b/23/fpm-alpine/config/smtp.config.php
diff --git a/20/fpm-alpine/config/swift.config.php b/23/fpm-alpine/config/swift.config.php
index 47ada566..47ada566 100644
--- a/20/fpm-alpine/config/swift.config.php
+++ b/23/fpm-alpine/config/swift.config.php
diff --git a/20/fpm-alpine/cron.sh b/23/fpm-alpine/cron.sh
index 4dfa4118..4dfa4118 100755
--- a/20/fpm-alpine/cron.sh
+++ b/23/fpm-alpine/cron.sh
diff --git a/20/fpm-alpine/entrypoint.sh b/23/fpm-alpine/entrypoint.sh
index b6da893b..b6da893b 100755
--- a/20/fpm-alpine/entrypoint.sh
+++ b/23/fpm-alpine/entrypoint.sh
diff --git a/20/fpm-alpine/upgrade.exclude b/23/fpm-alpine/upgrade.exclude
index 354864da..354864da 100644
--- a/20/fpm-alpine/upgrade.exclude
+++ b/23/fpm-alpine/upgrade.exclude
diff --git a/20/fpm/Dockerfile b/23/fpm/Dockerfile
index e3255c80..1fa86f2c 100644
--- a/20/fpm/Dockerfile
+++ b/23/fpm/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
-FROM php:7.4-fpm-bullseye
+FROM php:8.0-fpm-bullseye
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 20.0.14
+ENV NEXTCLOUD_VERSION 23.0.0
RUN set -ex; \
fetchDeps=" \
diff --git a/20/fpm/config/apcu.config.php b/23/fpm/config/apcu.config.php
index 69fed876..69fed876 100644
--- a/20/fpm/config/apcu.config.php
+++ b/23/fpm/config/apcu.config.php
diff --git a/20/fpm/config/apps.config.php b/23/fpm/config/apps.config.php
index 4c37f72a..4c37f72a 100644
--- a/20/fpm/config/apps.config.php
+++ b/23/fpm/config/apps.config.php
diff --git a/20/fpm/config/autoconfig.php b/23/fpm/config/autoconfig.php
index 92ad2a1c..92ad2a1c 100644
--- a/20/fpm/config/autoconfig.php
+++ b/23/fpm/config/autoconfig.php
diff --git a/20/fpm/config/redis.config.php b/23/fpm/config/redis.config.php
index a5fde3c7..a5fde3c7 100644
--- a/20/fpm/config/redis.config.php
+++ b/23/fpm/config/redis.config.php
diff --git a/20/fpm/config/reverse-proxy.config.php b/23/fpm/config/reverse-proxy.config.php
index 7df0415e..7df0415e 100644
--- a/20/fpm/config/reverse-proxy.config.php
+++ b/23/fpm/config/reverse-proxy.config.php
diff --git a/20/fpm/config/s3.config.php b/23/fpm/config/s3.config.php
index aa3f4f59..aa3f4f59 100644
--- a/20/fpm/config/s3.config.php
+++ b/23/fpm/config/s3.config.php
diff --git a/20/fpm/config/smtp.config.php b/23/fpm/config/smtp.config.php
index 62880e4b..62880e4b 100644
--- a/20/fpm/config/smtp.config.php
+++ b/23/fpm/config/smtp.config.php
diff --git a/20/fpm/config/swift.config.php b/23/fpm/config/swift.config.php
index 47ada566..47ada566 100644
--- a/20/fpm/config/swift.config.php
+++ b/23/fpm/config/swift.config.php
diff --git a/20/fpm/cron.sh b/23/fpm/cron.sh
index 4dfa4118..4dfa4118 100755
--- a/20/fpm/cron.sh
+++ b/23/fpm/cron.sh
diff --git a/20/fpm/entrypoint.sh b/23/fpm/entrypoint.sh
index b6da893b..b6da893b 100755
--- a/20/fpm/entrypoint.sh
+++ b/23/fpm/entrypoint.sh
diff --git a/20/fpm/upgrade.exclude b/23/fpm/upgrade.exclude
index 354864da..354864da 100644
--- a/20/fpm/upgrade.exclude
+++ b/23/fpm/upgrade.exclude
diff --git a/latest.txt b/latest.txt
index 5c95d722..84b76f4d 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-22.2.3
+23.0.0
diff --git a/update.sh b/update.sh
index e293a800..252aa29b 100755
--- a/update.sh
+++ b/update.sh
@@ -78,7 +78,7 @@ variants=(
fpm-alpine
)
-min_version='20'
+min_version='21'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {