mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 15:14:49 +01:00
Use stretch slim for arm
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user