diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-04-20 14:24:40 -0400 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-04-20 14:24:40 -0400 |
| commit | 5fb4922c6f0d01050bca109a2e066163da5863fa (patch) | |
| tree | 16dddc37e2f3406cfb3600cfc6c528995aee9281 /Dockerfile.arm64 | |
| parent | 3738f9587141fa7575d7d08ba639e5d0967e50fd (diff) | |
Bump version to 10.3.1
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 1ad4dc5a2..476ef2929 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -31,7 +31,7 @@ RUN apt-get update \ && chmod 777 /cache /config /media COPY --from=builder /jellyfin /jellyfin -ARG JELLYFIN_WEB_VERSION=10.3.0 +ARG JELLYFIN_WEB_VERSION=10.3.1 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 |
