ci: Potential ci fix

This commit is contained in:
Kwoth
2024-05-09 10:31:46 +00:00
parent 0174862106
commit 08e7784fbd
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /source
COPY src/Nadeko.Medusa/*.csproj src/Nadeko.Medusa/
@@ -20,7 +20,7 @@ RUN set -xe; \
chmod +x /app/NadekoBot
# final stage/image
FROM mcr.microsoft.com/dotnet/runtime:6.0
FROM mcr.microsoft.com/dotnet/runtime:8.0
WORKDIR /app
RUN set -xe; \