Fix Docker SDK version

This commit is contained in:
xiaolipro 2026-06-02 10:09:09 +08:00
parent 469ac9783e
commit 4f31bba29d

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.303 AS base
FROM mcr.microsoft.com/dotnet/sdk:8.0.421 AS base
ARG BUILD_CONFIGURATION=Release
WORKDIR /src
COPY . /src