oops 2
This commit is contained in:
parent
acca90bd5d
commit
115c5120a2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ USER $APP_UID
|
|||
WORKDIR /app
|
||||
EXPOSE 5000
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
|
||||
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
|
||||
ARG BUILD_CONFIGURATION=Release
|
||||
WORKDIR /src
|
||||
COPY ["Foxnouns.Backend/Foxnouns.Backend.csproj", "Foxnouns.Backend/"]
|
||||
|
|
Loading…
Reference in a new issue