perf: .net sdk 更新

This commit is contained in:
tk
2025-05-14 11:11:22 +08:00
committed by nsnail
parent f89d137d9a
commit 35efc11e56
6 changed files with 10 additions and 11 deletions

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:9.0.4 AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0.5 AS base
WORKDIR /app
EXPOSE 8080
RUN apt update