We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34d8f9 commit c2cebd7Copy full SHA for c2cebd7
LinkRouter/Dockerfile
@@ -3,7 +3,7 @@ WORKDIR /app
3
EXPOSE 80
4
EXPOSE 443
5
6
-FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0 AS build
+FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0 AS build
7
ARG BUILD_CONFIGURATION=Release
8
WORKDIR /src
9
COPY ["LinkRouter/LinkRouter.csproj", "LinkRouter/"]
0 commit comments