mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-24 22:53:53 +01:00
Nextcloud 23 (#1642)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
905972656e
commit
e2dc98dea4
39 changed files with 8 additions and 8 deletions
|
@ -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…
Reference in a new issue