mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
chore(directory): 📦 bump migrations net sdk image base
This commit is contained in:
parent
bdddf72e13
commit
b70d4f8bef
1 changed files with 1 additions and 1 deletions
|
|
@ -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/sdk:5.0-alpine AS test-migrations
|
||||
ENV DOTNET_CLI_TELEMETRY_OPTOUT=true
|
||||
ENTRYPOINT ["dotnet", "test", "--logger:trx"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue