Use stretch slim for arm

This commit is contained in:
nicolas.dorier 2018-11-23 14:00:33 +09:00
parent 5d978c7670
commit f65492dd66

View File

@ -11,7 +11,7 @@ RUN dotnet publish -c Release -r linux-arm -o /app/ /p:ShowLinkerSizeComparison=
## runtime
FROM microsoft/dotnet:2.1.6-aspnetcore-runtime-bionic-arm32v7 AS runtime
FROM microsoft/dotnet:2.1.6-aspnetcore-runtime-stretch-slim-arm32v7 AS runtime
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT false