build(deps): bump dotnet/core/sdk

Bumps dotnet/core/sdk from 3.1-alpine to 3.1.401-alpine.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-08 18:13:05 +00:00 committed by Collin M. Barrett
parent 9ac9acf5fa
commit 9fbda1167e
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ WORKDIR /app
EXPOSE 80
# init build
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine AS build
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.401-alpine AS build
# restore API
WORKDIR /src

View file

@ -4,7 +4,7 @@ WORKDIR /app
EXPOSE 80
# init build
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine AS build
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.401-alpine AS build
# restore API
WORKDIR /src

View file

@ -1,5 +1,5 @@
# init test-migrations
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine AS test-migrations
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.401-alpine AS test-migrations
ENTRYPOINT ["dotnet", "test", "--logger:trx"]
# restore