This commit is contained in:
Alexandre
2023-02-11 11:23:02 +01:00
parent 6050b7b482
commit cb16982c89
4 changed files with 5 additions and 9 deletions

View File

@@ -1,7 +1,4 @@
## beta-4.8.0.21-ls202 (11-02-2023)
- Update to latest version from linuxserver/docker-emby
## 4.8.0.21 (13-12-2022)
- Update to latest version from linuxserver/docker-emby
- WARNING : update to supervisor 2022.11 before installing

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="beta-4.8.0.21-ls202"
ARG BUILD_UPSTREAM="4.8.0.21"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
##################

View File

@@ -109,6 +109,6 @@
},
"slug": "emby_nas",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
"version": "beta-4.8.0.21-ls202",
"version": "4.8.0.21-3",
"video": true
}

View File

@@ -1,10 +1,9 @@
{
"github_beta": "true",
"github_fulltag": "false",
"last_update": "11-02-2023",
"last_update": "13-12-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "emby",
"source": "github",
"upstream_repo": "linuxserver/docker-emby",
"upstream_version": "beta-4.8.0.21-ls202"
}
"upstream_version": "4.8.0.21"
}