aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-05-18 12:56:42 +0200
committerGitHub <noreply@github.com>2019-05-18 12:56:42 +0200
commit2d011b781e8a696bb6dc6cf355d19463f6b9cdb3 (patch)
tree8c7e5e3dba3a3e9a831b3951aa15b0768f068508 /Dockerfile
parent71f81c5fb0e4f9bcf1242552e0d6df7a88593d3e (diff)
parent1bf3a26a6194c6a5878f1e4c98ed953103ac7b71 (diff)
Merge pull request #1383 from jellyfin/release-10.3.z
Backmerge for Release 10.3.3
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f414995f7..fb3bb633f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,7 +21,7 @@ RUN apt-get update \
COPY --from=ffmpeg / /
COPY --from=builder /jellyfin /jellyfin
-ARG JELLYFIN_WEB_VERSION=10.3.2
+ARG JELLYFIN_WEB_VERSION=10.3.3
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