build(deps): bump dotnet/core/aspnet

Bumps dotnet/core/aspnet from 3.1-alpine to 3.1.7-alpine.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-08 18:13:07 +00:00 committed by Collin M. Barrett
parent a5f003cbfd
commit 9ac9acf5fa

View file

@ -1,5 +1,5 @@
# init base for Visual Studio debugging
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-alpine AS base
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1.7-alpine AS base
WORKDIR /app
EXPOSE 80