Fix builders

This commit is contained in:
crobibero
2020-11-16 17:05:31 -07:00
parent d53f97d803
commit 1d96167e8d
4 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
ARG DOTNET_VERSION=5.0
FROM mcr.microsoft.com/dotnet/core/sdk:${DOTNET_VERSION}-buster
FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION}-buster
ARG SOURCE_DIR=/src
ARG ARTIFACT_DIR=/jellyfin