From 10cd3d3823c71283a103d16bb358875be4cc7c3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:19:29 +0800 Subject: [PATCH] chore(deps): update yidadaa/chatgpt-next-web docker tag to v2.15.7 (#2438) * chore(deps): update yidadaa/chatgpt-next-web docker tag to v2.15.7 * 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 --- chatgpt-next-web/{2.15.6 => 2.15.7}/data.yml | 0 chatgpt-next-web/{2.15.6 => 2.15.7}/docker-compose.yml | 2 +- chatgpt-next-web/{2.15.6 => 2.15.7}/scripts/upgrade.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename chatgpt-next-web/{2.15.6 => 2.15.7}/data.yml (100%) rename chatgpt-next-web/{2.15.6 => 2.15.7}/docker-compose.yml (91%) rename chatgpt-next-web/{2.15.6 => 2.15.7}/scripts/upgrade.sh (100%) diff --git a/chatgpt-next-web/2.15.6/data.yml b/chatgpt-next-web/2.15.7/data.yml similarity index 100% rename from chatgpt-next-web/2.15.6/data.yml rename to chatgpt-next-web/2.15.7/data.yml diff --git a/chatgpt-next-web/2.15.6/docker-compose.yml b/chatgpt-next-web/2.15.7/docker-compose.yml similarity index 91% rename from chatgpt-next-web/2.15.6/docker-compose.yml rename to chatgpt-next-web/2.15.7/docker-compose.yml index d409d91e7..a91e207c9 100644 --- a/chatgpt-next-web/2.15.6/docker-compose.yml +++ b/chatgpt-next-web/2.15.7/docker-compose.yml @@ -12,7 +12,7 @@ services: - "PROXY_URL=${PROXY}" - "BASE_URL=${API_BASE_URL}" - "WHITE_WEBDAV_ENDPOINTS=${WHITE_WEBDAV_ENDPOINTS}" - image: yidadaa/chatgpt-next-web:v2.15.6 + image: yidadaa/chatgpt-next-web:v2.15.7 labels: createdBy: "Apps" diff --git a/chatgpt-next-web/2.15.6/scripts/upgrade.sh b/chatgpt-next-web/2.15.7/scripts/upgrade.sh similarity index 100% rename from chatgpt-next-web/2.15.6/scripts/upgrade.sh rename to chatgpt-next-web/2.15.7/scripts/upgrade.sh