From 5a322a3a164181f0af509e70a0048a4db3997cef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 01:22:18 -0400 Subject: [PATCH] chore(deps): update wongsaang/chatgpt-ui-web-server docker tag to v2.4.3 (#356) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 952b6394..afffad1c 100644 --- a/apps/chatgpt-ui/docker-compose.yml +++ b/apps/chatgpt-ui/docker-compose.yml @@ -49,7 +49,7 @@ services: restart: always chatgpt-ui-web-server: - image: wongsaang/chatgpt-ui-web-server:v2.4.2 + image: wongsaang/chatgpt-ui-web-server:v2.4.3 container_name: chatgpt-ui-web-server environment: - BACKEND_URL=http://chatgpt-ui-wsgi-server:8000