mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
Merge pull request #1699 from joshuaboniface/bump-version
Bump version to 10.4.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user