diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2019-10-16 12:40:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-16 12:40:01 +0300 |
| commit | dd83784da2114bc68302c48aba52c16c9fe1666c (patch) | |
| tree | 4a9c929273f26176c98d862aeb2e917bf8e95a7a /Dockerfile | |
| parent | 0ccbc2f37444d7deb7981a1e6ac2fafc1a518750 (diff) | |
| parent | fffc5e3a6f240d74bfe868b09981ac45c26d423c (diff) | |
Merge pull request #1887 from joshuaboniface/bump-version
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-* \ |
