From 16549dead90b6830a0ad5821f64346c6d6435f35 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 12 Apr 2020 19:24:56 -0400 Subject: Bump version to 10.5.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 283743f2aa..48fc391384 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.3 +ARG JELLYFIN_WEB_VERSION=10.5.4 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