From 272e182c9ee9f7a38171c4b1aee7e27d5eea22e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:17:44 +0000 Subject: [PATCH 1/2] chore(deps): update lukevella/rallly docker tag to v3.11.1 --- Apps/rallly/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/rallly/docker-compose.yml b/Apps/rallly/docker-compose.yml index 05fc3411..e18b839a 100644 --- a/Apps/rallly/docker-compose.yml +++ b/Apps/rallly/docker-compose.yml @@ -8,7 +8,7 @@ services: # Main application service definition big-bear-rallly: container_name: big-bear-rallly # The name for the container instance of this service - image: lukevella/rallly:3.11.0 # Docker image to be used for creating the container + image: lukevella/rallly:3.11.1 # Docker image to be used for creating the container restart: unless-stopped # Policy to restart the container unless manually stopped environment: # Environment variables passed to the container for configuration # Database connection URL (DATABASE_URL=postgres://username:password@host/database) From fa78cb24e9d99a00a96a6a7032fc34784ed34f53 Mon Sep 17 00:00:00 2001 From: Big Bear CI Date: Mon, 14 Oct 2024 19:18:11 +0000 Subject: [PATCH 2/2] Update app version [ready] --- Apps/rallly/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/rallly/config.json b/Apps/rallly/config.json index 43562217..fa9fce0d 100644 --- a/Apps/rallly/config.json +++ b/Apps/rallly/config.json @@ -1,6 +1,6 @@ { "id": "rallly", - "version": "3.11.0", + "version": "3.11.1", "image": "lukevella/rallly", "youtube": "https://youtu.be/2MY3S6csrVw", "docs_link": "https://community.bigbeartechworld.com/t/added-rallly-to-bigbearcasaos/1012#instructions-3",