aboutsummaryrefslogtreecommitdiff
path: root/deployment/linux-x64/docker-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/linux-x64/docker-build.sh')
-rwxr-xr-xdeployment/linux-x64/docker-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/linux-x64/docker-build.sh b/deployment/linux-x64/docker-build.sh
index 979d8ca42..474597a9f 100755
--- a/deployment/linux-x64/docker-build.sh
+++ b/deployment/linux-x64/docker-build.sh
@@ -13,7 +13,7 @@ web_build_dir="$( mktemp -d )"
web_target="${SOURCE_DIR}/MediaBrowser.WebDashboard/jellyfin-web"
git clone https://github.com/jellyfin/jellyfin-web.git ${web_build_dir}/
pushd ${web_build_dir}
-git checkout tags/v10.5.3
+git checkout "${web_branch}"
yarn install
mkdir -p ${web_target}
mv dist/* ${web_target}/