Nextcloud 23 (#1642)

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2021-11-30 23:17:47 +00:00 committed by GitHub
parent 905972656e
commit e2dc98dea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
39 changed files with 8 additions and 8 deletions

View File

@ -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=" \

View File

@ -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 \

View File

@ -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=" \

View File

@ -1 +1 @@
22.2.3
23.0.0

View File

@ -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() {