Skip to content

Commit c2cebd7

Browse files
committed
Update Dockerfile
1 parent a34d8f9 commit c2cebd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LinkRouter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /app
33
EXPOSE 80
44
EXPOSE 443
55

6-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0 AS build
6+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0 AS build
77
ARG BUILD_CONFIGURATION=Release
88
WORKDIR /src
99
COPY ["LinkRouter/LinkRouter.csproj", "LinkRouter/"]

0 commit comments

Comments
 (0)