diff --git a/compose.yml b/compose.yml index 6f1b099..55dbb58 100644 --- a/compose.yml +++ b/compose.yml @@ -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