From 0e171d794c8a45fc39ee3385a8bc50f042675ab3 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 22 Mar 2020 12:06:59 -0400 Subject: Bump version to 10.5.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index e161036a22..d8ea88142e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG DOTNET_VERSION=3.1 ARG FFMPEG_VERSION=latest FROM node:alpine as web-builder -ARG JELLYFIN_WEB_VERSION=10.5.1 +ARG JELLYFIN_WEB_VERSION=10.5.2 RUN apk add curl git \ && git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \ && cd jellyfin-web \ -- cgit v1.2.3