Upgrade nginx-aspnet-mysql to net6.0 🚀 (#198)
* Upgrade to net6.0 [csproj] * Upgrade MySqlConnector NuGet package * Port Program to net6.0 * Upgrade Dockerfile base image
This commit is contained in:
parent
04f8c9ca12
commit
bc95525543
4 changed files with 416 additions and 86 deletions
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:5.0 as base
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0 as base
|
||||
WORKDIR /app
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
|
||||
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
|
||||
COPY . /src
|
||||
WORKDIR /src
|
||||
RUN ls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue