chore(deps): update libretranslate/libretranslate docker tag to v1.4.1 (#1498)

This commit is contained in:
renovate[bot] 2023-10-30 04:35:59 +00:00 committed by GitHub
parent f0cfa830fd
commit 2ff1e17960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8121,
"id": "libretranslate",
"tipi_version": 9,
"version": "1.4.0",
"tipi_version": 10,
"version": "1.4.1",
"categories": [
"utilities"
],
@ -15,5 +15,8 @@
"author": "LibreTranslate",
"source": "https://github.com/LibreTranslate/LibreTranslate",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
libretranslate:
container_name: libretranslate
image: libretranslate/libretranslate:v1.4.0
image: libretranslate/libretranslate:v1.4.1
dns:
- ${DNS_IP}
ports: