mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
Use .NET 5.0 SDK in Docker
This commit is contained in:
parent
3861dba60c
commit
33a6d49d76
|
|
@ -1,5 +1,5 @@
|
|||
# Build
|
||||
FROM mcr.microsoft.com/dotnet/sdk:3.1 AS build
|
||||
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
|
||||
WORKDIR /src
|
||||
|
||||
COPY favicon.ico ./
|
||||
|
|
|
|||
Loading…
Reference in a new issue