update docker test

This commit is contained in:
nicolas.dorier 2018-01-17 16:17:27 +09:00
parent 5f6913b3a2
commit af16e1db69
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM microsoft/dotnet:2.0.0-sdk
FROM microsoft/dotnet:2.0.5-sdk-2.1.4
WORKDIR /app
# caches restore result by copying csproj file separately
COPY BTCPayServer.Tests/BTCPayServer.Tests.csproj BTCPayServer.Tests/BTCPayServer.Tests.csproj

View file

@ -1 +0,0 @@
{ "sdk": { "version": "2.0.0" } }