From 7c736a7135640f4a36c8f5cb6473ffb4e4d994b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:02:32 +0000 Subject: [PATCH] chore(deps): update lukevella/rallly docker tag to v4.7.1 (#3973) --- apps/rallly/{4.7.0 => 4.7.1}/config.env | 0 apps/rallly/{4.7.0 => 4.7.1}/data.yml | 0 apps/rallly/{4.7.0 => 4.7.1}/docker-compose.yml | 2 +- apps/rallly/{4.7.0 => 4.7.1}/scripts/init.sh | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename apps/rallly/{4.7.0 => 4.7.1}/config.env (100%) rename apps/rallly/{4.7.0 => 4.7.1}/data.yml (100%) rename apps/rallly/{4.7.0 => 4.7.1}/docker-compose.yml (95%) rename apps/rallly/{4.7.0 => 4.7.1}/scripts/init.sh (100%) diff --git a/apps/rallly/4.7.0/config.env b/apps/rallly/4.7.1/config.env similarity index 100% rename from apps/rallly/4.7.0/config.env rename to apps/rallly/4.7.1/config.env diff --git a/apps/rallly/4.7.0/data.yml b/apps/rallly/4.7.1/data.yml similarity index 100% rename from apps/rallly/4.7.0/data.yml rename to apps/rallly/4.7.1/data.yml diff --git a/apps/rallly/4.7.0/docker-compose.yml b/apps/rallly/4.7.1/docker-compose.yml similarity index 95% rename from apps/rallly/4.7.0/docker-compose.yml rename to apps/rallly/4.7.1/docker-compose.yml index e2a88e1f5..421fd0a92 100644 --- a/apps/rallly/4.7.0/docker-compose.yml +++ b/apps/rallly/4.7.1/docker-compose.yml @@ -1,6 +1,6 @@ services: rallly: - image: lukevella/rallly:4.7.0 + image: lukevella/rallly:4.7.1 restart: always ports: - ${PANEL_APP_PORT_HTTP}:3000 diff --git a/apps/rallly/4.7.0/scripts/init.sh b/apps/rallly/4.7.1/scripts/init.sh similarity index 100% rename from apps/rallly/4.7.0/scripts/init.sh rename to apps/rallly/4.7.1/scripts/init.sh