chore(deps): update ghcr.io/serge-chat/serge docker tag to v0.5.1 (#1508)
This commit is contained in:
parent
d1d3eff742
commit
ed02c430ae
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8008,
|
"port": 8008,
|
||||||
"id": "serge",
|
"id": "serge",
|
||||||
"tipi_version": 2,
|
"tipi_version": 3,
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"categories": [
|
"categories": [
|
||||||
"ai"
|
"ai"
|
||||||
],
|
],
|
||||||
|
@ -15,5 +15,8 @@
|
||||||
"author": "nsarrazin",
|
"author": "nsarrazin",
|
||||||
"source": "https://github.com/serge-chat/serge",
|
"source": "https://github.com/serge-chat/serge",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
serge:
|
serge:
|
||||||
image: ghcr.io/serge-chat/serge:0.5.0
|
image: ghcr.io/serge-chat/serge:0.5.1
|
||||||
container_name: serge
|
container_name: serge
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user