aboutsummaryrefslogtreecommitdiff
path: root/deployment/centos-package-x64
diff options
context:
space:
mode:
authorSacha Korban <sachakorban@gmail.com>2020-01-03 18:30:35 +1100
committerSacha Korban <sachakorban@gmail.com>2020-01-04 15:02:38 +1100
commit2497573b7f0427074c4e885d1ba1806e47d490d8 (patch)
tree63c1bd6de5b7196bdc61de3a5d78f3118a317d3d /deployment/centos-package-x64
parentd756233f62aeb5e7f769df30a2f132a5dae6cdbe (diff)
Update the build script to use .NET core SDK 3.1
Diffstat (limited to 'deployment/centos-package-x64')
-rw-r--r--deployment/centos-package-x64/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/centos-package-x64/Dockerfile b/deployment/centos-package-x64/Dockerfile
index 04daef93cd..2b346f46a2 100644
--- a/deployment/centos-package-x64/Dockerfile
+++ b/deployment/centos-package-x64/Dockerfile
@@ -3,7 +3,7 @@ FROM centos:7
ARG SOURCE_DIR=/jellyfin
ARG PLATFORM_DIR=/jellyfin/deployment/centos-package-x64
ARG ARTIFACT_DIR=/dist
-ARG SDK_VERSION=3.0
+ARG SDK_VERSION=3.1
# Docker run environment
ENV SOURCE_DIR=/jellyfin
ENV ARTIFACT_DIR=/dist