chore(deps): update lscr.io/linuxserver/jellyfin docker tag to v10.8.10 (#380)

* chore(deps): update lscr.io/linuxserver/jellyfin docker tag to v10.8.10

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-04-24 08:49:40 -04:00 committed by GitHub
parent cb7de9b2e2
commit d415cf6e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8091, "port": 8091,
"id": "jellyfin", "id": "jellyfin",
"tipi_version": 5, "tipi_version": 6,
"version": "10.8.9", "version": "10.8.10",
"categories": [ "categories": [
"media" "media"
], ],

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
jellyfin: jellyfin:
image: lscr.io/linuxserver/jellyfin:10.8.9 image: lscr.io/linuxserver/jellyfin:10.8.10
container_name: jellyfin container_name: jellyfin
volumes: volumes:
- ${APP_DATA_DIR}/data/config:/config - ${APP_DATA_DIR}/data/config:/config