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
3a85321d92
commit
67181d6206
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ FROM mcr.microsoft.com/dotnet/core/runtime-deps:3.1.7-alpine AS base
|
|||
WORKDIR /app
|
||||
|
||||
# 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
|
||||
WORKDIR /src/FilterLists.Archival
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ FROM mcr.microsoft.com/dotnet/core/aspnet:3.1.7-alpine AS base
|
|||
WORKDIR /app
|
||||
|
||||
# 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
|
||||
WORKDIR /src/FilterLists.Archival
|
||||
|
|
|
|||
Loading…
Reference in a new issue