aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-03-15 23:04:07 -0400
committerJoshua M. Boniface <joshua@boniface.me>2020-03-15 23:04:07 -0400
commit6233bae7f0d085a40a663d36148caaf5a6d00830 (patch)
tree222a4d4220732aa32db0ddee0c46df0c140ac14e /Dockerfile.arm
parent623c0b6daa4c1486c336e0f7885c10e666c2f1fe (diff)
Bump version to 10.5.1
Diffstat (limited to 'Dockerfile.arm')
-rw-r--r--Dockerfile.arm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm
index 4c7aa6aa7..df42ec841 100644
--- a/Dockerfile.arm
+++ b/Dockerfile.arm
@@ -6,7 +6,7 @@ ARG DOTNET_VERSION=3.1
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-* \