drizzle-mizzle / Character-Engine-Discord

(not yet very) Ultimate LLMs aggregator right in your Discord server
https://discord.gg/JtVzgJ8Znh
GNU General Public License v3.0
97 stars 43 forks source link

The .csproj file points to .net8.0 which causes issues while building the docker image. #19

Open Ryuo1 opened 6 months ago

Ryuo1 commented 6 months ago

Trying to build the image, I got errors about .net version mismatch. The .csproj file points to .net8.0 while the Dockerfile grabs .net7.0.

Ryuo1 commented 6 months ago

As a workaround, I changed the dotnet versions of the Dockerfile from 7.0-bullseye-slim to 8.0.

drizzle-mizzle commented 5 months ago

Trying to build the image, I got errors about .net version mismatch. The .csproj file points to .net8.0 while the Dockerfile grabs .net7.0.

Yep, I forgot to update it. Will do later.