Bump version for 10.4.2

This commit is contained in:
Joshua Boniface
2019-11-24 15:42:49 -05:00
parent b3fc995977
commit b300a4e8d4
7 changed files with 15 additions and 7 deletions

View File

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