Bump version to 10.5.2

This commit is contained in:
Joshua M. Boniface
2020-03-22 12:06:59 -04:00
parent d5f2384375
commit 0e171d794c
7 changed files with 15 additions and 7 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.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 \