aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm64
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-03-16 09:30:01 -0400
committerJoshua M. Boniface <joshua@boniface.me>2020-03-16 09:30:01 -0400
commitf720a0fca275c8298c347715bd8692dfcdb2dd43 (patch)
treefa2642074b046ce89b6fc3946e443eea236e59fc /Dockerfile.arm64
parentaadff77531e4f15e5dcac0e5c9b6520b74124b77 (diff)
Fix mangled Dockerfiles
Diffstat (limited to 'Dockerfile.arm64')
-rw-r--r--Dockerfile.arm642
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64
index 00030e891..f27c6e58a 100644
--- a/Dockerfile.arm64
+++ b/Dockerfile.arm64
@@ -6,7 +6,7 @@ ARG DOTNET_VERSION=3.1
FROM node:alpine as web-builder
-10.5.1
+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-* \