Bump version for 10.3.4

This commit is contained in:
Joshua M. Boniface
2019-06-06 22:45:37 -04:00
parent 127bfc7d3b
commit 855911333a
8 changed files with 16 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ RUN apt-get update \
COPY --from=ffmpeg / /
COPY --from=builder /jellyfin /jellyfin
ARG JELLYFIN_WEB_VERSION=10.3.3
ARG JELLYFIN_WEB_VERSION=10.3.4
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