chore(directory): 📦 bump migrations net sdk image base

This commit is contained in:
Collin M. Barrett 2020-12-09 08:52:52 -06:00
parent bdddf72e13
commit b70d4f8bef

View file

@ -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"]