diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index a3e2deb3c..44a29646f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG DOTNET_VERSION=3.1 FROM node:alpine as web-builder -ARG JELLYFIN_WEB_VERSION=10.5.4 +ARG JELLYFIN_WEB_VERSION=10.5.5 RUN apk add curl git \ && git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \ && cd jellyfin-web \ |
