aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm64
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-03-22 12:06:59 -0400
committerJoshua M. Boniface <joshua@boniface.me>2020-03-22 12:13:59 -0400
commit0e171d794c8a45fc39ee3385a8bc50f042675ab3 (patch)
treef11837761200f7c5f70772d559d13d24a3a341a9 /Dockerfile.arm64
parentd5f238437591db4254080782c5312c7b6854ef68 (diff)
Bump version to 10.5.2
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 e5e406818..9b3e9e087 100644
--- a/Dockerfile.arm64
+++ b/Dockerfile.arm64
@@ -6,7 +6,7 @@ ARG DOTNET_VERSION=3.1
FROM node:alpine as web-builder
-ARG JELLYFIN_WEB_VERSION=10.5.1
+ARG JELLYFIN_WEB_VERSION=10.5.2
RUN apk add curl git \
&& git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \
&& cd jellyfin-web \