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,3 +1,7 @@
## 0.4.0
- Update emby to 4.4.3.0 (linuxserver/emby:4.4.3.0-ls45)
## 0.3.0 ## 0.3.0
- Update emby to 4.4.2.0 (linuxserver/emby:4.4.2.0-ls40) - Update emby to 4.4.2.0 (linuxserver/emby:4.4.2.0-ls40)

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "emby", "name": "emby",
"version": "0.3.0", "version": "0.4.0",
"slug": "emby", "slug": "emby",
"legacy": false, "legacy": false,
"maintenance": { "maintenance": {