mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 19:08:27 +01:00
Bump version to 10.5.3
Include quick robustness fix in Docker container clone too.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user