You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
# 2. Use the \\?\ prefix when specifying the path in the docker build command. e.g.
4
4
# docker build \\?\C:\path -f .\Dockerfile
5
5
# See https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation
6
-
FROM mcr.microsoft.com/dotnet/sdk:7.0-alpine AS build-env
6
+
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build-env
0 commit comments