mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
docs: Update dotnet sdk to 9.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS builder
|
||||
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS builder
|
||||
WORKDIR /build
|
||||
COPY . /build
|
||||
RUN dotnet tool install retypeapp --tool-path /bin
|
||||
|
||||
Reference in New Issue
Block a user