diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2019-07-24 10:48:35 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2019-07-24 10:48:35 -0400 |
| commit | 595a68b822654b03c32a35060bf97234dbc6ef7c (patch) | |
| tree | 5366757ddd28128cd8efa8e7ed64fd57e04be446 /Dockerfile.arm64 | |
| parent | c5d94803135fce08dfc06596c839210a97c639c1 (diff) | |
Bump version for 10.3.7v10.3.7
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 1843f7224..5d4e86bff 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=10.3.6 +ARG JELLYFIN_WEB_VERSION=10.3.7 RUN curl -L https://github.com/jellyfin/jellyfin-web/archive/v${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \ && rm -rf /jellyfin/jellyfin-web \ && mv jellyfin-web-${JELLYFIN_WEB_VERSION} /jellyfin/jellyfin-web |
