diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-08-31 21:39:10 -0400 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-08-31 21:39:10 -0400 |
| commit | 742102b5416a42ee6c9496f98758db553a6e27d0 (patch) | |
| tree | c7b9ea0c718536a1056581ef8f334a42d015b5ca /Dockerfile.arm64 | |
| parent | 5251a5ca795611bac403e652144e61d391ecea49 (diff) | |
Bump version to 10.4.0
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 f6bd81e4c..5ebc82ebc 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -26,7 +26,7 @@ RUN apt-get update \ && chmod 777 /cache /config /media COPY --from=builder /jellyfin /jellyfin -ARG JELLYFIN_WEB_VERSION=v10.3.7 +ARG JELLYFIN_WEB_VERSION=v10.4.0 RUN curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \ && rm -rf /jellyfin/jellyfin-web \ && mv jellyfin-web-* /jellyfin/jellyfin-web |
