From 298e6eac90da037ff38b4f7a66ec2959af6f389f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 22:22:21 +0800 Subject: [PATCH] chore(deps): update yidadaa/chatgpt-next-web docker tag to v2.12.1 (#1331) * chore(deps): update yidadaa/chatgpt-next-web docker tag to v2.12.1 * 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.11.3 => 2.12.1}/data.yml | 0 apps/chatgpt-next-web/{2.11.3 => 2.12.1}/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/chatgpt-next-web/{2.11.3 => 2.12.1}/data.yml (100%) rename apps/chatgpt-next-web/{2.11.3 => 2.12.1}/docker-compose.yml (90%) diff --git a/apps/chatgpt-next-web/2.11.3/data.yml b/apps/chatgpt-next-web/2.12.1/data.yml similarity index 100% rename from apps/chatgpt-next-web/2.11.3/data.yml rename to apps/chatgpt-next-web/2.12.1/data.yml diff --git a/apps/chatgpt-next-web/2.11.3/docker-compose.yml b/apps/chatgpt-next-web/2.12.1/docker-compose.yml similarity index 90% rename from apps/chatgpt-next-web/2.11.3/docker-compose.yml rename to apps/chatgpt-next-web/2.12.1/docker-compose.yml index 8f7feb6e..9bf8d744 100644 --- a/apps/chatgpt-next-web/2.11.3/docker-compose.yml +++ b/apps/chatgpt-next-web/2.12.1/docker-compose.yml @@ -11,7 +11,7 @@ services: - "CODE=${SECRET_KEY}" - "PROXY_URL=${PROXY}" - "BASE_URL=${API_BASE_URL}" - image: yidadaa/chatgpt-next-web:v2.11.3 + image: yidadaa/chatgpt-next-web:v2.12.1 labels: createdBy: "Apps"