From 67efa5fe8da46c15c0f102d36f7086bc6f89c727 Mon Sep 17 00:00:00 2001 From: Linwenxuan <116782992+Linwenxuan05@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:27:42 +0800 Subject: [PATCH] [OneBot] Update Dockerfile to .NET8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bde981cf9..fff685565 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN dotnet publish Lagrange.OneBot/Lagrange.OneBot.csproj \ -p:PublishSingleFile=true \ -p:IncludeContentInSingleFile=true -FROM mcr.microsoft.com/dotnet/runtime:7.0-alpine3.18 +FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine3.18 WORKDIR /app COPY --from=build-env /App/out . COPY appsettings.onebot.json ./appsettings.json