Bump version to 10.5.1

This commit is contained in:
Joshua M. Boniface
2020-03-15 23:04:07 -04:00
parent 623c0b6daa
commit 6233bae7f0
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=master
10.5.1
RUN apk add curl git \
&& curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
&& cd jellyfin-web-* \