mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
build(deps): bump dotnet/core/sdk
Bumps dotnet/core/sdk from 3.1-alpine to 3.1.401-alpine. Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9ac9acf5fa
commit
9fbda1167e
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ WORKDIR /app
|
|||
EXPOSE 80
|
||||
|
||||
# init build
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine AS build
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.401-alpine AS build
|
||||
|
||||
# restore API
|
||||
WORKDIR /src
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ WORKDIR /app
|
|||
EXPOSE 80
|
||||
|
||||
# init build
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine AS build
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.401-alpine AS build
|
||||
|
||||
# restore API
|
||||
WORKDIR /src
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# init test-migrations
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine AS test-migrations
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.401-alpine AS test-migrations
|
||||
ENTRYPOINT ["dotnet", "test", "--logger:trx"]
|
||||
|
||||
# restore
|
||||
|
|
|
|||
Loading…
Reference in a new issue