build(deps): bump dotnet/core/runtime-deps

Bumps dotnet/core/runtime-deps 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 22:48:31 +00:00 committed by Collin M. Barrett
parent 86718368d5
commit c2c8bef890

View file

@ -1,5 +1,5 @@
# init base
FROM mcr.microsoft.com/dotnet/core/runtime-deps:3.1-alpine AS base
FROM mcr.microsoft.com/dotnet/core/runtime-deps:3.1.7-alpine AS base
WORKDIR /app
# init build