Bump dotnet/core/runtime-deps in /server/src/FilterLists.Agent

Bumps dotnet/core/runtime-deps from 3.1.4-alpine to 3.1.5-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-10 11:23:07 +00:00
parent 0cb8140c35
commit 18ed51a7c0

View file

@ -2,7 +2,7 @@
# Command: docker build -f server/src/FilterLists.Agent/Dockerfile .
# init base
FROM mcr.microsoft.com/dotnet/core/runtime-deps:3.1.4-alpine as base
FROM mcr.microsoft.com/dotnet/core/runtime-deps:3.1.5-alpine as base
ENTRYPOINT ["./FilterLists.Agent"]
WORKDIR /app