chore(deps): update libretranslate/libretranslate docker tag to v1.4.1 (#1498)
This commit is contained in:
parent
f0cfa830fd
commit
2ff1e17960
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8121,
|
"port": 8121,
|
||||||
"id": "libretranslate",
|
"id": "libretranslate",
|
||||||
"tipi_version": 9,
|
"tipi_version": 10,
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
@ -15,5 +15,8 @@
|
||||||
"author": "LibreTranslate",
|
"author": "LibreTranslate",
|
||||||
"source": "https://github.com/LibreTranslate/LibreTranslate",
|
"source": "https://github.com/LibreTranslate/LibreTranslate",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
libretranslate:
|
libretranslate:
|
||||||
container_name: libretranslate
|
container_name: libretranslate
|
||||||
image: libretranslate/libretranslate:v1.4.0
|
image: libretranslate/libretranslate:v1.4.1
|
||||||
dns:
|
dns:
|
||||||
- ${DNS_IP}
|
- ${DNS_IP}
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user