Back to 10.2.0-ish
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
## Build
|
||||
############################################
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/nightly/sdk:7.0 AS build
|
||||
FROM mcr.microsoft.com/dotnet/sdk:6.0.300 AS build
|
||||
|
||||
WORKDIR /nupkg
|
||||
COPY nupkg .
|
||||
@@ -17,7 +17,7 @@ RUN dotnet publish --no-restore --configuration Release -o /dist
|
||||
## Run
|
||||
############################################
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/nightly/aspnet:7.0 AS run
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0.5 AS run
|
||||
|
||||
WORKDIR /cypress
|
||||
COPY --from=build dist .
|
||||
|
||||
Reference in New Issue
Block a user