From df97fb6acbf6fba5263157fbd7fd61636496e7cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:56:38 +0000 Subject: [PATCH] chore(deps): update lukevella/rallly docker tag to v4.8.0 (localApps) (#4828) --- apps/rallly/{4.7.4 => 4.8.0}/config.env | 0 apps/rallly/{4.7.4 => 4.8.0}/data.yml | 0 apps/rallly/{4.7.4 => 4.8.0}/docker-compose.yml | 2 +- apps/rallly/{4.7.4 => 4.8.0}/scripts/init.sh | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename apps/rallly/{4.7.4 => 4.8.0}/config.env (100%) rename apps/rallly/{4.7.4 => 4.8.0}/data.yml (100%) rename apps/rallly/{4.7.4 => 4.8.0}/docker-compose.yml (95%) rename apps/rallly/{4.7.4 => 4.8.0}/scripts/init.sh (100%) diff --git a/apps/rallly/4.7.4/config.env b/apps/rallly/4.8.0/config.env similarity index 100% rename from apps/rallly/4.7.4/config.env rename to apps/rallly/4.8.0/config.env diff --git a/apps/rallly/4.7.4/data.yml b/apps/rallly/4.8.0/data.yml similarity index 100% rename from apps/rallly/4.7.4/data.yml rename to apps/rallly/4.8.0/data.yml diff --git a/apps/rallly/4.7.4/docker-compose.yml b/apps/rallly/4.8.0/docker-compose.yml similarity index 95% rename from apps/rallly/4.7.4/docker-compose.yml rename to apps/rallly/4.8.0/docker-compose.yml index c7dae1cdf..55a8ae912 100644 --- a/apps/rallly/4.7.4/docker-compose.yml +++ b/apps/rallly/4.8.0/docker-compose.yml @@ -1,6 +1,6 @@ services: rallly: - image: lukevella/rallly:4.7.4 + image: lukevella/rallly:4.8.0 restart: always ports: - ${PANEL_APP_PORT_HTTP}:3000 diff --git a/apps/rallly/4.7.4/scripts/init.sh b/apps/rallly/4.8.0/scripts/init.sh similarity index 100% rename from apps/rallly/4.7.4/scripts/init.sh rename to apps/rallly/4.8.0/scripts/init.sh