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