diff options
Diffstat (limited to 'Dockerfile.arm64')
| -rw-r--r-- | Dockerfile.arm64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index e96fef6b0..53efc7eb5 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -4,7 +4,7 @@ ARG DOTNET_VERSION=3.0 FROM node:alpine as web-builder -ARG JELLYFIN_WEB_VERSION=v10.4.2 +ARG JELLYFIN_WEB_VERSION=v10.4.3 RUN apk add curl \ && curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \ && cd jellyfin-web-* \ |
