aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm
diff options
context:
space:
mode:
authorJoshua Boniface <joshua@boniface.me>2019-04-10 00:51:21 -0400
committerJoshua Boniface <joshua@boniface.me>2019-04-10 00:51:21 -0400
commit65bff1181a3ae739dedbfd647d890630aa2cfba8 (patch)
tree4085001b4da184207778a0cd88212c440d090c5e /Dockerfile.arm
parentefb14f0b583d570cf73807715ee50956badeaf1d (diff)
Bump version to 10.3.0-rc2 and update submodulev10.3.0-rc2
Diffstat (limited to 'Dockerfile.arm')
-rw-r--r--Dockerfile.arm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm
index 6bd5b576f..c896d83f2 100644
--- a/Dockerfile.arm
+++ b/Dockerfile.arm
@@ -30,7 +30,7 @@ RUN apt-get update \
&& chmod 777 /cache /config /media
COPY --from=builder /jellyfin /jellyfin
-ARG JELLYFIN_WEB_VERSION=10.3.0-rc1
+ARG JELLYFIN_WEB_VERSION=10.3.0-rc2
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