diff options
Diffstat (limited to 'Dockerfile.arm')
| -rw-r--r-- | Dockerfile.arm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm index 0fe1b26f4..8a562c6ed 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -6,10 +6,11 @@ ARG DOTNET_VERSION=3.1 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 |
