diff --git a/apps/nextcloud/docker-compose.yml b/apps/nextcloud/docker-compose.yml index 72830aa..e3fc8c1 100644 --- a/apps/nextcloud/docker-compose.yml +++ b/apps/nextcloud/docker-compose.yml @@ -28,7 +28,7 @@ services: ipv4_address: $APP_NEXTCLOUD_REDIS_IP web: - image: nextcloud:22.0.0-apache@sha256:55de721417c16ff110720217406778e16f1b63154d2e8d42fc7913c37dbe6d50 + image: nextcloud:22.1.1-apache@sha256:99d94124b2024c9f7f38dc12144a92bc0d68d110bcfd374169ebb7e8df0adf8e # Currently needs to be run as root, if we run as uid 1000 this fails # https://github.com/nextcloud/docker/blob/05026b029d37fc5cd488d4a4a2a79480e39841ba/21.0/apache/entrypoint.sh#L53-L77 # user: "1000:1000" diff --git a/apps/registry.json b/apps/registry.json index c5dc328..29d01a2 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -3,7 +3,7 @@ "id": "nextcloud", "category": "Files", "name": "Nextcloud", - "version": "21.0.2", + "version": "22.1.1", "tagline": "Productivity platform that keeps you in control", "description": "Nextcloud puts your data at your fingertips, under your control. Store your documents, calendar, contacts and photos on your Umbrel instead of some company's data center. Features:\n\n- Mobile and desktop sync \n- Versioning and undelete \n- Galleries and activity feed \n- File editing and preview support for PDF, images, text files, Open Document, Word files and more. \n- Smooth performance and easy user interface. \n- Fine-grained control over access to data and sharing capabilities by user and by group.\n\nNote: After logging in to Nextcloud please change the password to something secure before sharing the address with anyone.", "developer": "Nextcloud GmbH",