Bump version to 10.5.4

This commit is contained in:
Joshua M. Boniface
2020-04-12 19:24:56 -04:00
parent 9bd1a9d19c
commit 16549dead9
7 changed files with 14 additions and 6 deletions

View File

@@ -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 \