aboutsummaryrefslogtreecommitdiff
path: root/deployment/Dockerfile.linux.amd64
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-11-15 13:31:47 -0700
committercrobibero <cody@robibe.ro>2020-11-15 13:31:47 -0700
commit185fac0677fd5c5ce46e5dc8156a852efb3e21c8 (patch)
tree4305968a2aa820cc03b0de4479dc2002f05698ba /deployment/Dockerfile.linux.amd64
parent2f426dfc97677deffb60420078b20a7f5f03977e (diff)
Upgrade all netcore3.1 to net5.0
Diffstat (limited to 'deployment/Dockerfile.linux.amd64')
-rw-r--r--deployment/Dockerfile.linux.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.linux.amd64 b/deployment/Dockerfile.linux.amd64
index 4d00bc499..2bedafcc5 100644
--- a/deployment/Dockerfile.linux.amd64
+++ b/deployment/Dockerfile.linux.amd64
@@ -2,7 +2,7 @@ FROM debian:10
# Docker build arguments
ARG SOURCE_DIR=/jellyfin
ARG ARTIFACT_DIR=/dist
-ARG SDK_VERSION=3.1
+ARG SDK_VERSION=5.0
# Docker run environment
ENV SOURCE_DIR=/jellyfin
ENV ARTIFACT_DIR=/dist