nextcloud: bump to latest major version

master
Jef Roosens 2022-09-05 11:42:59 +02:00
parent faa50b0dec
commit d7b046016d
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: '3.4'
services:
app:
image: 'nextcloud:23.0.8-apache'
image: 'nextcloud:24.0.4-apache'
deploy:
mode: 'replicated'
@ -48,7 +48,7 @@ services:
- 'root:/var/www/html'
cron:
image: 'nextcloud:23.0.8-apache'
image: 'nextcloud:24.0.4-apache'
entrypoint: '/cron.sh'
deploy: