From 2c5cd0670379c836f86ba455e329db3c9efaafcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:54:25 +0800 Subject: [PATCH] chore(deps): update yidadaa/chatgpt-next-web docker tag to v2.15.4 (#2257) * chore(deps): update yidadaa/chatgpt-next-web docker tag to v2.15.4 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- apps/chatgpt-next-web/{2.15.3 => 2.15.4}/data.yml | 0 apps/chatgpt-next-web/{2.15.3 => 2.15.4}/docker-compose.yml | 2 +- apps/chatgpt-next-web/{2.15.3 => 2.15.4}/scripts/upgrade.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename apps/chatgpt-next-web/{2.15.3 => 2.15.4}/data.yml (100%) rename apps/chatgpt-next-web/{2.15.3 => 2.15.4}/docker-compose.yml (91%) rename apps/chatgpt-next-web/{2.15.3 => 2.15.4}/scripts/upgrade.sh (100%) diff --git a/apps/chatgpt-next-web/2.15.3/data.yml b/apps/chatgpt-next-web/2.15.4/data.yml similarity index 100% rename from apps/chatgpt-next-web/2.15.3/data.yml rename to apps/chatgpt-next-web/2.15.4/data.yml diff --git a/apps/chatgpt-next-web/2.15.3/docker-compose.yml b/apps/chatgpt-next-web/2.15.4/docker-compose.yml similarity index 91% rename from apps/chatgpt-next-web/2.15.3/docker-compose.yml rename to apps/chatgpt-next-web/2.15.4/docker-compose.yml index 4b76e182..81513b9e 100644 --- a/apps/chatgpt-next-web/2.15.3/docker-compose.yml +++ b/apps/chatgpt-next-web/2.15.4/docker-compose.yml @@ -12,7 +12,7 @@ services: - "PROXY_URL=${PROXY}" - "BASE_URL=${API_BASE_URL}" - "WHITE_WEBDEV_ENDPOINTS=${WHITE_WEBDEV_ENDPOINTS}" - image: yidadaa/chatgpt-next-web:v2.15.3 + image: yidadaa/chatgpt-next-web:v2.15.4 labels: createdBy: "Apps" diff --git a/apps/chatgpt-next-web/2.15.3/scripts/upgrade.sh b/apps/chatgpt-next-web/2.15.4/scripts/upgrade.sh similarity index 100% rename from apps/chatgpt-next-web/2.15.3/scripts/upgrade.sh rename to apps/chatgpt-next-web/2.15.4/scripts/upgrade.sh