diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-10-11 20:12:52 -0400 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-10-11 20:12:52 -0400 |
| commit | fffc5e3a6f240d74bfe868b09981ac45c26d423c (patch) | |
| tree | a44fc892ded1ea09c457619af03a98ddc76ea370 /Dockerfile | |
| parent | 3fc71731a31475a5e8a660ec172f5f07a166d8aa (diff) | |
Bump version to 10.5.0 for next stable release
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index a455768686..118acfc0f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG DOTNET_VERSION=2.2 ARG FFMPEG_VERSION=latest FROM node:alpine as web-builder -ARG JELLYFIN_WEB_VERSION=v10.4.0 +ARG JELLYFIN_WEB_VERSION=v10.5.0 RUN apk add curl \ && curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \ && cd jellyfin-web-* \ |
