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