aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.arm')
-rw-r--r--Dockerfile.arm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm
index 56bab724d..65e92c484 100644
--- a/Dockerfile.arm
+++ b/Dockerfile.arm
@@ -8,8 +8,8 @@ ARG DOTNET_VERSION=3.1
FROM node:alpine as web-builder
ARG JELLYFIN_WEB_VERSION=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-* \
+ && git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \
+ && cd jellyfin-web \
&& yarn install \
&& yarn build \
&& mv dist /dist