aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
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
parent623c0b6daa4c1486c336e0f7885c10e666c2f1fe (diff)
Bump version to 10.5.1
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 73ab3d7904..a67c8fae37 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ ARG DOTNET_VERSION=3.1
ARG FFMPEG_VERSION=latest
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-* \