Nextcloud 23 (#1642)

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
pull/1643/head
J0WI 4 years ago committed by GitHub
parent 905972656e
commit e2dc98dea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

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

@ -1 +1 @@
22.2.3
23.0.0

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

Loading…
Cancel
Save