refactor: ♻️ 框架代码同步

This commit is contained in:
tk
2025-04-16 16:00:40 +08:00
committed by nsnail
parent 7d0fcd4906
commit 220b19d152
7 changed files with 28 additions and 9 deletions

View File

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