From 951c57b3f39e1cb10f32af5cf8468e6ee4db1cf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 12:34:33 -0400 Subject: [PATCH] chore(deps): update wongsaang/chatgpt-ui-client docker tag to v2.4.7 (#363) * chore(deps): update wongsaang/chatgpt-ui-client docker tag to v2.4.7 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- 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 e4103fe7..15c2f51f 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": 2, - "version": "2.4.6", + "tipi_version": 3, + "version": "2.4.7", "categories": [ "utilities" ], diff --git a/apps/chatgpt-ui/docker-compose.yml b/apps/chatgpt-ui/docker-compose.yml index 030f4538..4b931bed 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.4.6 + image: wongsaang/chatgpt-ui-client:v2.4.7 container_name: chatgpt-ui environment: - SERVER_DOMAIN=http://chatgpt-ui-web-server