From bc729b340fc60193cfa92448854249013cea88a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 06:02:15 +0000 Subject: [PATCH] chore(deps): update wongsaang/chatgpt-ui-client docker tag to v2.5.8 (#936) --- apps/chatgpt-ui/config.json | 4 ++-- apps/chatgpt-ui/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/chatgpt-ui/config.json b/apps/chatgpt-ui/config.json index 48c22b7b..ce55b6e8 100644 --- a/apps/chatgpt-ui/config.json +++ b/apps/chatgpt-ui/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "chatgpt-ui", - "tipi_version": 11, - "version": "2.5.7", + "tipi_version": 12, + "version": "2.5.8", "categories": [ "ai" ], diff --git a/apps/chatgpt-ui/docker-compose.yml b/apps/chatgpt-ui/docker-compose.yml index f2fc2430..068259ef 100644 --- a/apps/chatgpt-ui/docker-compose.yml +++ b/apps/chatgpt-ui/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: chatgpt-ui: - image: wongsaang/chatgpt-ui-client:v2.5.7 + image: wongsaang/chatgpt-ui-client:v2.5.8 container_name: chatgpt-ui environment: - SERVER_DOMAIN=http://chatgpt-ui-web-server