update nextcloud #13

Closed
bsod wants to merge 33 commits from master into 22.2.3
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 33dd2f4101 - Show all commits

View file

@ -1,6 +1,6 @@
FROM php:8.1-apache
ENV NEXTCLOUD_VERSION 25.0.3
ENV NEXTCLOUD_VERSION 25.0.4
RUN \
apt-get update && \

View file

@ -3,4 +3,4 @@ SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# Run cron.php every 15 minutes
*/15 * * * * cd /var/www/html && sudo -u www-data php ./cron.php
*/5 * * * * cd /var/www/html && sudo -u www-data php ./cron.php