From 73469e9e01b2dfd889fb4ac733b9b306057890f4 Mon Sep 17 00:00:00 2001
From: renovate-bot <bot@walbeck.it>
Date: Fri, 17 May 2024 21:05:29 +0000
Subject: [PATCH] Update dependency jellyfin/jellyfin to v10.9.2

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 26f6464..62945ac 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,7 +19,7 @@ RUN set -ex; \
 FROM mcr.microsoft.com/dotnet/sdk:6.0@sha256:9b06f9faaaa72fcc5c6e6021fabfa56dbc800ce5d720f91565d0881e921450f3 as builder
 
 # renovate: datasource=github-tags depName=jellyfin/jellyfin versioning=semver
-ENV JELLYFIN_VERSION v10.8.13
+ENV JELLYFIN_VERSION v10.9.2
 ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
 
 WORKDIR /repo