From 24bf7a61577cae06d66633693088bc07d7351033 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Wed, 12 Feb 2025 22:02:42 +0100 Subject: [PATCH] meta: update galaxy version to 0.1.2, 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 3d35180..5a7d4ec 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,12 +1,12 @@ namespace: finallycoffee name: fediverse -version: 0.1.1 +version: 0.1.2 readme: README.md authors: - transcaffeine description: Deploying fediverse software, mostly ActivityPub based dependencies: - "community.docker": "^3.0.0" + "community.docker": "^4.0.0" license_file: LICENSE.md build_ignore: - '*.tar.gz'