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

Bumps dotnet/core/runtime-deps from 3.1.2-alpine to 3.1.3-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-31 11:31:26 +00:00
parent 15cefc7a85
commit 9f09408b0d

View file

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