update emby to 4.4.3.0

This commit is contained in:
Arne Petersen
2020-06-27 09:14:35 +02:00
parent 953c758d80
commit 9c449552fa
3 changed files with 9 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
{
"build_from_template": {
"image": "linuxserver/emby",
"version": "4.4.2.0-ls40"
"version": "4.4.3.0-ls45"
},
"build_from": {
"armhf": "linuxserver/emby:arm32v7-4.4.2.0-ls40",
"aarch64": "linuxserver/emby:arm64v8-4.4.2.0-ls40",
"amd64": "linuxserver/emby:amd64-4.4.2.0-ls40"
"armhf": "linuxserver/emby:arm32v7-4.4.3.0-ls45",
"aarch64": "linuxserver/emby:arm64v8-4.4.3.0-ls45",
"amd64": "linuxserver/emby:amd64-4.4.3.0-ls45"
},
"squash": false,
"args": {}