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