Update to 10.7.2

This commit is contained in:
alexbelgium
2021-04-25 07:16:58 +02:00
parent f308a18b2d
commit f84aa89016
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 10.7.2
- Update to latest version from linuxserver/docker-jellyfin
## 10.7.2-1-ls109 ## 10.7.2-1-ls109
- Update to latest version from linuxserver/docker-jellyfin - Update to latest version from linuxserver/docker-jellyfin
## 4.6.0.40 ## 4.6.0.40

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="10.7.2-1-ls109" ARG BUILD_UPSTREAM="10.7.2"
FROM ${BUILD_FROM}${BUILD_UPSTREAM} FROM ${BUILD_FROM}${BUILD_UPSTREAM}

View File

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