Bump version to 10.5.3

Include quick robustness fix in Docker container clone too.
This commit is contained in:
Joshua M. Boniface
2020-04-05 12:40:00 -04:00
parent da34bd940e
commit 4caa597cde
7 changed files with 17 additions and 6 deletions

View File

@@ -2,10 +2,11 @@ ARG DOTNET_VERSION=3.1
ARG FFMPEG_VERSION=latest
FROM node:alpine as web-builder
ARG JELLYFIN_WEB_VERSION=10.5.2
ARG JELLYFIN_WEB_VERSION=10.5.3
RUN apk add curl git \
&& git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \
&& cd jellyfin-web \
&& git checkout tags/v${JELLYFIN_WEB_VERSION} \
&& yarn install \
&& yarn build \
&& mv dist /dist