From aa8cb40c341e391a92cc9f74496ee993fdbe1473 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Wed, 2 Apr 2025 22:03:13 +0200 Subject: [PATCH] meta: bump galaxy version to 0.8.0, require 'community.docker@^4.0.0' --- galaxy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 3e83630..ac9f33e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,12 +1,12 @@ namespace: finallycoffee name: nextcloud -version: "0.7.3" +version: "0.8.0" readme: README.md authors: - transcaffeine description: Installing and configuring nextcloud (and related apps/services) using docker dependencies: - "community.docker": "^3.0.0" + "community.docker": "^4.0.0" license_file: LICENSE.md build_ignore: - '*.tar.gz'