aboutsummaryrefslogtreecommitdiff
path: root/deployment/Dockerfile.docker.armhf
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-11-16 18:37:16 -0500
committerGitHub <noreply@github.com>2020-11-16 18:37:16 -0500
commitd7b42e47d1cc38560bdfb56024a300ced39b9591 (patch)
treefb217d8028145113ae844ea21312e1b5bdab330c /deployment/Dockerfile.docker.armhf
parente86db484ef34e1f4910d2088414913e1d266f68d (diff)
parente2e10e672fb3a8f343f62b6b6ef8d5a2f1628fee (diff)
Merge pull request #4493 from crobibero/hey-buster
Fix dockerfiles
Diffstat (limited to 'deployment/Dockerfile.docker.armhf')
-rw-r--r--deployment/Dockerfile.docker.armhf2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.docker.armhf b/deployment/Dockerfile.docker.armhf
index 38e72ad85..68c7b7d65 100644
--- a/deployment/Dockerfile.docker.armhf
+++ b/deployment/Dockerfile.docker.armhf
@@ -1,6 +1,6 @@
ARG DOTNET_VERSION=5.0
-FROM mcr.microsoft.com/dotnet/core/sdk:${DOTNET_VERSION}-buster
+FROM mcr.microsoft.com/dotnet/core/sdk:${DOTNET_VERSION}-buster-slim
ARG SOURCE_DIR=/src
ARG ARTIFACT_DIR=/jellyfin