use explicit docker tag

This commit is contained in:
13xforever
2019-09-25 12:35:34 +05:00
parent 67bebf8a46
commit 74569b366c

View File

@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/sdk:latest AS base
FROM mcr.microsoft.com/dotnet/core/sdk:2.1 AS base
COPY packages /root/.nuget/packages/
WORKDIR /src
COPY . .