aboutsummaryrefslogtreecommitdiff
path: root/deployment/Dockerfile.docker.arm64
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2020-11-16 17:07:06 -0700
committerGitHub <noreply@github.com>2020-11-16 17:07:06 -0700
commitbe3c65d80f4b2972a2e1a60ed3894102c0ee9cb8 (patch)
tree84ae4cf9f5142b697d8164090562f027787f754e /deployment/Dockerfile.docker.arm64
parent1d96167e8d58ff59859ae5b9afc1f9e0f6bed74f (diff)
parent7b42b7e8bd40ef7bd6bb6a533cb3c9dfcd00c63f (diff)
Merge branch 'master' into docker-pls
Diffstat (limited to 'deployment/Dockerfile.docker.arm64')
-rw-r--r--deployment/Dockerfile.docker.arm642
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.docker.arm64 b/deployment/Dockerfile.docker.arm64
index 8fb03fcd0..583f53ca0 100644
--- a/deployment/Dockerfile.docker.arm64
+++ b/deployment/Dockerfile.docker.arm64
@@ -1,6 +1,6 @@
ARG DOTNET_VERSION=5.0
-FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION}-buster
+FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION}-buster-slim
ARG SOURCE_DIR=/src
ARG ARTIFACT_DIR=/jellyfin