perf: 升级dotnet至8.0.1 (#80)

This commit is contained in:
nsnail 2024-01-12 17:47:38 +08:00 committed by GitHub
parent 027803e451
commit db6630afb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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