Update to 10.7.6-1-ls118

This commit is contained in:
alexbelgium
2021-06-19 01:56:29 +02:00
parent 6fce205b1a
commit 2836358859
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 10.7.6-1-ls118 (19-06-2021)
- Update to latest version from linuxserver/docker-jellyfin
## 10.7.5-1-ls113 (20-05-2021)
- Update to latest version from linuxserver/docker-jellyfin
- Add banner to log

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="10.7.5-1-ls113"
ARG BUILD_UPSTREAM="10.7.6-1-ls118"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}

View File

@@ -1,7 +1,7 @@
{
"name": "Jellyfin NAS",
"version": "10.7.5-1-ls113",
"upstream": "10.7.5-1-ls113",
"version": "10.7.6-1-ls118",
"upstream": "10.7.6-1-ls118",
"slug": "jellyfin",
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"url": "https://github.com/alexbelgium/hassio-addons",