mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
Use stretch slim for arm
This commit is contained in:
parent
5d978c7670
commit
f65492dd66
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user