chore(deps): update libretranslate/libretranslate docker tag to v1.3.12 (#1290)
This commit is contained in:
parent
0e83556cdc
commit
4f00c901d9
|
@ -5,9 +5,11 @@
|
|||
"exposable": true,
|
||||
"port": 8121,
|
||||
"id": "libretranslate",
|
||||
"tipi_version": 6,
|
||||
"version": "1.3.11",
|
||||
"categories": ["utilities"],
|
||||
"tipi_version": 7,
|
||||
"version": "1.3.12",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
"description": "Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library.",
|
||||
"short_desc": "Free and Open Source Machine Translation API. 100% self-hosted, offline capable and easy to setup.",
|
||||
"author": "LibreTranslate",
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
|||
services:
|
||||
libretranslate:
|
||||
container_name: libretranslate
|
||||
image: libretranslate/libretranslate:v1.3.11
|
||||
image: libretranslate/libretranslate:v1.3.12
|
||||
dns:
|
||||
- ${DNS_IP}
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue
Block a user