diff --git a/19.0/apache/Dockerfile b/22.0/apache/Dockerfile similarity index 99% rename from 19.0/apache/Dockerfile rename to 22.0/apache/Dockerfile index b79224cb..3712a5cc 100644 --- a/19.0/apache/Dockerfile +++ b/22.0/apache/Dockerfile @@ -121,7 +121,7 @@ RUN a2enmod headers rewrite remoteip ;\ } > /etc/apache2/conf-available/remoteip.conf;\ a2enconf remoteip -ENV NEXTCLOUD_VERSION 19.0.13 +ENV NEXTCLOUD_VERSION 22.0.0 RUN set -ex; \ fetchDeps=" \ diff --git a/19.0/apache/config/apache-pretty-urls.config.php b/22.0/apache/config/apache-pretty-urls.config.php similarity index 100% rename from 19.0/apache/config/apache-pretty-urls.config.php rename to 22.0/apache/config/apache-pretty-urls.config.php diff --git a/19.0/apache/config/apcu.config.php b/22.0/apache/config/apcu.config.php similarity index 100% rename from 19.0/apache/config/apcu.config.php rename to 22.0/apache/config/apcu.config.php diff --git a/19.0/apache/config/apps.config.php b/22.0/apache/config/apps.config.php similarity index 100% rename from 19.0/apache/config/apps.config.php rename to 22.0/apache/config/apps.config.php diff --git a/19.0/apache/config/autoconfig.php b/22.0/apache/config/autoconfig.php similarity index 100% rename from 19.0/apache/config/autoconfig.php rename to 22.0/apache/config/autoconfig.php diff --git a/19.0/apache/config/redis.config.php b/22.0/apache/config/redis.config.php similarity index 100% rename from 19.0/apache/config/redis.config.php rename to 22.0/apache/config/redis.config.php diff --git a/19.0/apache/config/reverse-proxy.config.php b/22.0/apache/config/reverse-proxy.config.php similarity index 100% rename from 19.0/apache/config/reverse-proxy.config.php rename to 22.0/apache/config/reverse-proxy.config.php diff --git a/19.0/apache/config/s3.config.php b/22.0/apache/config/s3.config.php similarity index 100% rename from 19.0/apache/config/s3.config.php rename to 22.0/apache/config/s3.config.php diff --git a/19.0/apache/config/smtp.config.php b/22.0/apache/config/smtp.config.php similarity index 100% rename from 19.0/apache/config/smtp.config.php rename to 22.0/apache/config/smtp.config.php diff --git a/19.0/apache/config/swift.config.php b/22.0/apache/config/swift.config.php similarity index 100% rename from 19.0/apache/config/swift.config.php rename to 22.0/apache/config/swift.config.php diff --git a/19.0/apache/cron.sh b/22.0/apache/cron.sh similarity index 100% rename from 19.0/apache/cron.sh rename to 22.0/apache/cron.sh diff --git a/19.0/apache/entrypoint.sh b/22.0/apache/entrypoint.sh similarity index 100% rename from 19.0/apache/entrypoint.sh rename to 22.0/apache/entrypoint.sh diff --git a/19.0/apache/upgrade.exclude b/22.0/apache/upgrade.exclude similarity index 100% rename from 19.0/apache/upgrade.exclude rename to 22.0/apache/upgrade.exclude diff --git a/19.0/fpm-alpine/Dockerfile b/22.0/fpm-alpine/Dockerfile similarity index 99% rename from 19.0/fpm-alpine/Dockerfile rename to 22.0/fpm-alpine/Dockerfile index a45e6367..275c8751 100644 --- a/19.0/fpm-alpine/Dockerfile +++ b/22.0/fpm-alpine/Dockerfile @@ -102,7 +102,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 19.0.13 +ENV NEXTCLOUD_VERSION 22.0.0 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \ diff --git a/19.0/fpm-alpine/config/apcu.config.php b/22.0/fpm-alpine/config/apcu.config.php similarity index 100% rename from 19.0/fpm-alpine/config/apcu.config.php rename to 22.0/fpm-alpine/config/apcu.config.php diff --git a/19.0/fpm-alpine/config/apps.config.php b/22.0/fpm-alpine/config/apps.config.php similarity index 100% rename from 19.0/fpm-alpine/config/apps.config.php rename to 22.0/fpm-alpine/config/apps.config.php diff --git a/19.0/fpm-alpine/config/autoconfig.php b/22.0/fpm-alpine/config/autoconfig.php similarity index 100% rename from 19.0/fpm-alpine/config/autoconfig.php rename to 22.0/fpm-alpine/config/autoconfig.php diff --git a/19.0/fpm-alpine/config/redis.config.php b/22.0/fpm-alpine/config/redis.config.php similarity index 100% rename from 19.0/fpm-alpine/config/redis.config.php rename to 22.0/fpm-alpine/config/redis.config.php diff --git a/19.0/fpm-alpine/config/reverse-proxy.config.php b/22.0/fpm-alpine/config/reverse-proxy.config.php similarity index 100% rename from 19.0/fpm-alpine/config/reverse-proxy.config.php rename to 22.0/fpm-alpine/config/reverse-proxy.config.php diff --git a/19.0/fpm-alpine/config/s3.config.php b/22.0/fpm-alpine/config/s3.config.php similarity index 100% rename from 19.0/fpm-alpine/config/s3.config.php rename to 22.0/fpm-alpine/config/s3.config.php diff --git a/19.0/fpm-alpine/config/smtp.config.php b/22.0/fpm-alpine/config/smtp.config.php similarity index 100% rename from 19.0/fpm-alpine/config/smtp.config.php rename to 22.0/fpm-alpine/config/smtp.config.php diff --git a/19.0/fpm-alpine/config/swift.config.php b/22.0/fpm-alpine/config/swift.config.php similarity index 100% rename from 19.0/fpm-alpine/config/swift.config.php rename to 22.0/fpm-alpine/config/swift.config.php diff --git a/19.0/fpm-alpine/cron.sh b/22.0/fpm-alpine/cron.sh similarity index 100% rename from 19.0/fpm-alpine/cron.sh rename to 22.0/fpm-alpine/cron.sh diff --git a/19.0/fpm-alpine/entrypoint.sh b/22.0/fpm-alpine/entrypoint.sh similarity index 100% rename from 19.0/fpm-alpine/entrypoint.sh rename to 22.0/fpm-alpine/entrypoint.sh diff --git a/19.0/fpm-alpine/upgrade.exclude b/22.0/fpm-alpine/upgrade.exclude similarity index 100% rename from 19.0/fpm-alpine/upgrade.exclude rename to 22.0/fpm-alpine/upgrade.exclude diff --git a/19.0/fpm/Dockerfile b/22.0/fpm/Dockerfile similarity index 99% rename from 19.0/fpm/Dockerfile rename to 22.0/fpm/Dockerfile index a9c22c60..a6123832 100644 --- a/19.0/fpm/Dockerfile +++ b/22.0/fpm/Dockerfile @@ -113,7 +113,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 19.0.13 +ENV NEXTCLOUD_VERSION 22.0.0 RUN set -ex; \ fetchDeps=" \ diff --git a/19.0/fpm/config/apcu.config.php b/22.0/fpm/config/apcu.config.php similarity index 100% rename from 19.0/fpm/config/apcu.config.php rename to 22.0/fpm/config/apcu.config.php diff --git a/19.0/fpm/config/apps.config.php b/22.0/fpm/config/apps.config.php similarity index 100% rename from 19.0/fpm/config/apps.config.php rename to 22.0/fpm/config/apps.config.php diff --git a/19.0/fpm/config/autoconfig.php b/22.0/fpm/config/autoconfig.php similarity index 100% rename from 19.0/fpm/config/autoconfig.php rename to 22.0/fpm/config/autoconfig.php diff --git a/19.0/fpm/config/redis.config.php b/22.0/fpm/config/redis.config.php similarity index 100% rename from 19.0/fpm/config/redis.config.php rename to 22.0/fpm/config/redis.config.php diff --git a/19.0/fpm/config/reverse-proxy.config.php b/22.0/fpm/config/reverse-proxy.config.php similarity index 100% rename from 19.0/fpm/config/reverse-proxy.config.php rename to 22.0/fpm/config/reverse-proxy.config.php diff --git a/19.0/fpm/config/s3.config.php b/22.0/fpm/config/s3.config.php similarity index 100% rename from 19.0/fpm/config/s3.config.php rename to 22.0/fpm/config/s3.config.php diff --git a/19.0/fpm/config/smtp.config.php b/22.0/fpm/config/smtp.config.php similarity index 100% rename from 19.0/fpm/config/smtp.config.php rename to 22.0/fpm/config/smtp.config.php diff --git a/19.0/fpm/config/swift.config.php b/22.0/fpm/config/swift.config.php similarity index 100% rename from 19.0/fpm/config/swift.config.php rename to 22.0/fpm/config/swift.config.php diff --git a/19.0/fpm/cron.sh b/22.0/fpm/cron.sh similarity index 100% rename from 19.0/fpm/cron.sh rename to 22.0/fpm/cron.sh diff --git a/19.0/fpm/entrypoint.sh b/22.0/fpm/entrypoint.sh similarity index 100% rename from 19.0/fpm/entrypoint.sh rename to 22.0/fpm/entrypoint.sh diff --git a/19.0/fpm/upgrade.exclude b/22.0/fpm/upgrade.exclude similarity index 100% rename from 19.0/fpm/upgrade.exclude rename to 22.0/fpm/upgrade.exclude diff --git a/latest.txt b/latest.txt index dc5d633c..1d975bef 100644 --- a/latest.txt +++ b/latest.txt @@ -1 +1 @@ -21.0.3 +22.0.0