From a1fcb046e4a1b1969d9131ab9e9afc1106cda931 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 May 2023 19:28:14 -0400 Subject: [PATCH] chore(deps): update wongsaang/chatgpt-ui-wsgi-server docker tag to v2.5.1 (#519) 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 1e8ddbcd..730b3ab8 100644 --- a/apps/chatgpt-ui/docker-compose.yml +++ b/apps/chatgpt-ui/docker-compose.yml @@ -25,7 +25,7 @@ services: traefik.http.services.chatgpt-ui.loadbalancer.server.port: 80 chatgpt-ui-wsgi-server: - image: wongsaang/chatgpt-ui-wsgi-server:v2.4.4 + image: wongsaang/chatgpt-ui-wsgi-server:v2.5.1 container_name: chatgpt-ui-wsgi-server environment: - APP_DOMAIN=${INTERNAL_IP}:8201