aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm64
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-04-05 12:40:00 -0400
committerJoshua M. Boniface <joshua@boniface.me>2020-04-05 12:40:29 -0400
commit4caa597cde4634b9d62b4e8ad06c8ba25c93dcd9 (patch)
tree54dcce1208093240322593c3e1d8cf8a4d214ad0 /Dockerfile.arm64
parentda34bd940ea3681b9b6f872548933cf4c7d401f4 (diff)
Bump version to 10.5.3
Include quick robustness fix in Docker container clone too.
Diffstat (limited to 'Dockerfile.arm64')
-rw-r--r--Dockerfile.arm643
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64
index 9b3e9e087d..bee7139d42 100644
--- a/Dockerfile.arm64
+++ b/Dockerfile.arm64
@@ -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