From fd71088b863cce03857faf94dbc30674f580fdd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 21:49:44 +0000 Subject: [PATCH] chore(deps): update lukevella/rallly docker tag to v4.7.3 (#3986) --- apps/rallly/{4.7.2 => 4.7.3}/config.env | 0 apps/rallly/{4.7.2 => 4.7.3}/data.yml | 0 apps/rallly/{4.7.2 => 4.7.3}/docker-compose.yml | 2 +- apps/rallly/{4.7.2 => 4.7.3}/scripts/init.sh | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename apps/rallly/{4.7.2 => 4.7.3}/config.env (100%) rename apps/rallly/{4.7.2 => 4.7.3}/data.yml (100%) rename apps/rallly/{4.7.2 => 4.7.3}/docker-compose.yml (95%) rename apps/rallly/{4.7.2 => 4.7.3}/scripts/init.sh (100%) diff --git a/apps/rallly/4.7.2/config.env b/apps/rallly/4.7.3/config.env similarity index 100% rename from apps/rallly/4.7.2/config.env rename to apps/rallly/4.7.3/config.env diff --git a/apps/rallly/4.7.2/data.yml b/apps/rallly/4.7.3/data.yml similarity index 100% rename from apps/rallly/4.7.2/data.yml rename to apps/rallly/4.7.3/data.yml diff --git a/apps/rallly/4.7.2/docker-compose.yml b/apps/rallly/4.7.3/docker-compose.yml similarity index 95% rename from apps/rallly/4.7.2/docker-compose.yml rename to apps/rallly/4.7.3/docker-compose.yml index 690ad9224..951ecfbc8 100644 --- a/apps/rallly/4.7.2/docker-compose.yml +++ b/apps/rallly/4.7.3/docker-compose.yml @@ -1,6 +1,6 @@ services: rallly: - image: lukevella/rallly:4.7.2 + image: lukevella/rallly:4.7.3 restart: always ports: - ${PANEL_APP_PORT_HTTP}:3000 diff --git a/apps/rallly/4.7.2/scripts/init.sh b/apps/rallly/4.7.3/scripts/init.sh similarity index 100% rename from apps/rallly/4.7.2/scripts/init.sh rename to apps/rallly/4.7.3/scripts/init.sh