From af16e1db69878883934cdd33d885cab2cebc3f63 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 17 Jan 2018 16:17:27 +0900 Subject: [PATCH] update docker test --- BTCPayServer.Tests/Dockerfile | 2 +- global.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 global.json diff --git a/BTCPayServer.Tests/Dockerfile b/BTCPayServer.Tests/Dockerfile index 75b7a952f..bd996c991 100644 --- a/BTCPayServer.Tests/Dockerfile +++ b/BTCPayServer.Tests/Dockerfile @@ -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 diff --git a/global.json b/global.json deleted file mode 100644 index 2f81d8ea5..000000000 --- a/global.json +++ /dev/null @@ -1 +0,0 @@ -{ "sdk": { "version": "2.0.0" } } \ No newline at end of file