Update container image path

This commit is contained in:
dabruh 2022-12-19 15:47:46 +01:00
parent 64228a6f3f
commit b27eda3264
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ to_code="$(grep "^$to=" "$map" | cut -d '=' -f2)"
echo "$from=$from_code,$to=$to_code" >"$FILE"
translation="$(docker run --rm --attach STDOUT --name dmenugtranslate gtranslate:latest gtranslate-query "$from_code" "$to_code" "$text")"
translation="$(docker run --rm --attach STDOUT --name dmenugtranslate git.jilits.se/jilits/gtranslate:0.1.0 gtranslate-query "$from_code" "$to_code" "$text")"
rc=$?
if [ $rc -ne 0 ]; then