chore(deps): update nextcloud docker tag to v21.0.3 (main) #12

Merged
renovate-bot merged 1 commits from renovate/main-docker-nextcloud-21.x into main 2021-07-05 07:02:41 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
version: "3.8"
services:
app:
image: nextcloud:21.0.2
image: nextcloud:21.0.3
depends_on:
- db
secrets:
@ -76,7 +76,7 @@ services:
deploy:
labels: ['coop-cloud.${STACK_NAME}.db.version=10.6-e240a635']
cron:
image: nextcloud:21.0.2
image: nextcloud:21.0.3
volumes:
- nextcloud:/var/www/html/
- nextapps:/var/www/html/custom_apps:cached