Merge pull request #1699 from joshuaboniface/bump-version

Bump version to 10.4.0
This commit is contained in:
Joshua M. Boniface
2019-09-02 20:03:31 -04:00
committed by GitHub
9 changed files with 22 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ RUN apt-get update \
COPY --from=ffmpeg / /
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