aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-04-12 19:24:56 -0400
committerJoshua M. Boniface <joshua@boniface.me>2020-04-12 19:24:56 -0400
commit16549dead90b6830a0ad5821f64346c6d6435f35 (patch)
tree9da15dbf45b9f09e4589b5ad0724814a5dd0f7de /Dockerfile
parent9bd1a9d19c7108d29b023bc42c5cdc5ef79e6d52 (diff)
Bump version to 10.5.4
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 283743f2a..48fc39138 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=10.5.3
+ARG JELLYFIN_WEB_VERSION=10.5.4
RUN apk add curl git \
&& git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \
&& cd jellyfin-web \