|
|
|
@ -1,5 +1,5 @@
|
|
|
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
|
|
|
# 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
|
|
|
|
# entrypoint.sh and cron.sh dependencies
|
|
|
|
RUN set -ex; \
|
|
|
|
RUN set -ex; \
|
|
|
|
@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
|
|
|
|
} > /etc/apache2/conf-available/remoteip.conf;\
|
|
|
|
} > /etc/apache2/conf-available/remoteip.conf;\
|
|
|
|
a2enconf remoteip
|
|
|
|
a2enconf remoteip
|
|
|
|
|
|
|
|
|
|
|
|
ENV NEXTCLOUD_VERSION 20.0.14
|
|
|
|
ENV NEXTCLOUD_VERSION 23.0.0
|
|
|
|
|
|
|
|
|
|
|
|
RUN set -ex; \
|
|
|
|
RUN set -ex; \
|
|
|
|
fetchDeps=" \
|
|
|
|
fetchDeps=" \
|