trying sdk6
This commit is contained in:
parent
b725c4f3d8
commit
22c4cf0d1c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Build stage
|
||||
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
|
||||
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
RUN dotnet workload install android --skip-manifest-update
|
||||
|
|
@ -8,7 +8,7 @@ RUN dotnet nuget add source https://isn.pschneider.fr/v3/index.json --allow-inse
|
|||
RUN dotnet publish src/Yavsc.Org/Yavsc.Org.csproj -c Release -o /app/publish
|
||||
|
||||
# Runtime stage
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS runtime
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS runtime
|
||||
WORKDIR /app
|
||||
|
||||
# Variables d'environnement avec valeurs par défaut
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue