Bumped nextcloud version

master
Jef Roosens 2022-02-20 10:01:07 +01:00
parent 0e26ffc33c
commit 608286ee77
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 2 additions and 2 deletions

View File

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