From b300a4e8d4bb3a1b0cede3173c1e622c235daffa Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sun, 24 Nov 2019 15:42:49 -0500 Subject: Bump version for 10.4.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 920eaee7dc..4fe5ed4852 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG DOTNET_VERSION=2.2 ARG FFMPEG_VERSION=latest FROM node:alpine as web-builder -ARG JELLYFIN_WEB_VERSION=v10.4.1 +ARG JELLYFIN_WEB_VERSION=v10.4.2 RUN apk add curl \ && curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \ && cd jellyfin-web-* \ -- cgit v1.2.3