aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-12-06 21:08:11 +0100
committerBond_009 <bond.009@outlook.com>2019-12-06 21:08:11 +0100
commit803ec1515061ea470f7751eb81d91a4e42e122e6 (patch)
tree99b52ab4a2870c5bd062e4e4b73258dccd749f36
parent935525e77a18061195dea786be71d38fffe82a10 (diff)
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