perf: 升级至.net9 prev4 (#125)

[skip ci]
This commit is contained in:
2024-05-22 18:55:08 +08:00
committed by GitHub
parent e0d15f8039
commit dc326c324c
3 changed files with 3 additions and 3 deletions

View File

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