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