aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2019-12-11 01:15:31 +0900
committerGitHub <noreply@github.com>2019-12-11 01:15:31 +0900
commitf1fc6ef59f669abcae33b3a6db627683364eb8ff (patch)
tree483bc8b69ccd250238cc31b1fac948bfdebfa9bf
parent67922dff50967c02e8c0c10f43884fd4e788b012 (diff)
parent803ec1515061ea470f7751eb81d91a4e42e122e6 (diff)
Merge pull request #2106 from Bond-009/docker
Fix ubuntu x64 docker build
-rw-r--r--deployment/ubuntu-package-x64/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/ubuntu-package-x64/Dockerfile b/deployment/ubuntu-package-x64/Dockerfile
index 99022891b..21a536e5e 100644
--- a/deployment/ubuntu-package-x64/Dockerfile
+++ b/deployment/ubuntu-package-x64/Dockerfile
@@ -1,4 +1,4 @@
-FROM microsoft/dotnet:2.2-sdk-bionic
+FROM microsoft/dotnet:3.0-sdk-bionic
# Docker build arguments
ARG SOURCE_DIR=/jellyfin
ARG PLATFORM_DIR=/jellyfin/deployment/ubuntu-package-x64