From d3c0e2e626d6a53f63a0db5b9648447f91861fba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:06:36 +0000 Subject: [PATCH] chore(deps): update lukevella/rallly docker tag to v3.8.0 (#3833) --- apps/rallly/config.json | 12 ++++-------- apps/rallly/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/apps/rallly/config.json b/apps/rallly/config.json index 49dd1d43..87bc4168 100644 --- a/apps/rallly/config.json +++ b/apps/rallly/config.json @@ -6,18 +6,14 @@ "exposable": true, "id": "rallly", "description": "Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.", - "tipi_version": 5, - "version": "3.7.0", - "categories": [ - "utilities" - ], + "tipi_version": 6, + "version": "3.8.0", + "categories": ["utilities"], "short_desc": "Scheduling and collaboration tool", "author": "lukevella", "source": "https://github.com/lukevella/rallly", "website": "https://rallly.co", - "supported_architectures": [ - "amd64" - ], + "supported_architectures": ["amd64"], "form_fields": [ { "type": "random", diff --git a/apps/rallly/docker-compose.yml b/apps/rallly/docker-compose.yml index c3f75f55..a254febc 100644 --- a/apps/rallly/docker-compose.yml +++ b/apps/rallly/docker-compose.yml @@ -1,7 +1,7 @@ services: rallly: container_name: rallly - image: lukevella/rallly:3.7.0 + image: lukevella/rallly:3.8.0 restart: always depends_on: rallly_db: