mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
fix: update GH workflows and Docker image to .NET 6
This commit is contained in:
parent
979ab714c3
commit
1567a74a44
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
|
||||
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
|
||||
WORKDIR /app
|
||||
|
||||
# Restore/fetch dependencies excluding app code to make use of caching
|
||||
|
|
@ -17,7 +17,7 @@ COPY . /app
|
|||
RUN dotnet build -c Release -o bin
|
||||
|
||||
# Build runtime stage (doesn't include SDK)
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:5.0
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0
|
||||
LABEL org.opencontainers.image.source = "https://github.com/xSke/PluralKit"
|
||||
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue