chore(deps): update wongsaang/chatgpt-ui-client docker tag to v2.4.6 (#355)

* chore(deps): update wongsaang/chatgpt-ui-client docker tag to v2.4.6

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-04-18 01:21:12 -04:00 committed by GitHub
parent c93182e538
commit 9a7bfac60b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 5 deletions

View File

@ -5,14 +5,18 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "chatgpt-ui", "id": "chatgpt-ui",
"tipi_version": 1, "tipi_version": 2,
"version": "v2.4.5", "version": "2.4.6",
"categories": ["utilities"], "categories": [
"utilities"
],
"description": "A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage", "description": "A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage",
"short_desc": "A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage", "short_desc": "A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage",
"author": "https://github.com/WongSaang", "author": "https://github.com/WongSaang",
"source": "https://github.com/WongSaang/chatgpt-ui", "source": "https://github.com/WongSaang/chatgpt-ui",
"supported_architectures": ["amd64"], "supported_architectures": [
"amd64"
],
"form_fields": [ "form_fields": [
{ {
"type": "random", "type": "random",

View File

@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
chatgpt-ui: chatgpt-ui:
image: wongsaang/chatgpt-ui-client:v2.4.5 image: wongsaang/chatgpt-ui-client:v2.4.6
container_name: chatgpt-ui container_name: chatgpt-ui
environment: environment:
- SERVER_DOMAIN=http://chatgpt-ui-web-server - SERVER_DOMAIN=http://chatgpt-ui-web-server