Compare commits
1 Commits
v1.4.3
...
v1.4.3-fix
| Author | SHA1 | Date | |
|---|---|---|---|
| 6bb84daf03 |
@@ -1,4 +1,4 @@
|
||||
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build-env
|
||||
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build-env
|
||||
|
||||
WORKDIR /App
|
||||
|
||||
@@ -7,7 +7,7 @@ COPY . ./
|
||||
RUN dotnet restore
|
||||
RUN dotnet publish -c Release -o out
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/runtime:7.0
|
||||
FROM mcr.microsoft.com/dotnet/runtime:9.0
|
||||
|
||||
WORKDIR /App
|
||||
|
||||
|
||||
Reference in New Issue
Block a user