From 79d5a9b4b5e09676d411950fe912d28fc90d4000 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 06:01:55 +0000 Subject: [PATCH] chore(deps): update wongsaang/chatgpt-ui-web-server docker tag to v2.5.2 (#937) --- apps/chatgpt-ui/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/chatgpt-ui/docker-compose.yml b/apps/chatgpt-ui/docker-compose.yml index c830359a..f2fc2430 100644 --- a/apps/chatgpt-ui/docker-compose.yml +++ b/apps/chatgpt-ui/docker-compose.yml @@ -67,7 +67,7 @@ services: restart: always chatgpt-ui-web-server: - image: wongsaang/chatgpt-ui-web-server:v2.5.1 + image: wongsaang/chatgpt-ui-web-server:v2.5.2 container_name: chatgpt-ui-web-server environment: - BACKEND_URL=http://chatgpt-ui-wsgi-server:8000