mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Bump dotnet/core/runtime-deps in /server/src/FilterLists.Api
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:
parent
18ed51a7c0
commit
090968b57e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.4-alpine as base
|
||||
FROM mcr.microsoft.com/dotnet/core/runtime-deps:3.1.5-alpine as base
|
||||
ENTRYPOINT ["./FilterLists.Api"]
|
||||
EXPOSE 80
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Reference in a new issue