From 7726dc4af2d6df5bb986534e9b286ddfa566f80a Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 17 Apr 2025 17:22:59 +0200 Subject: [PATCH] docs: Update dotnet sdk to 9.0 --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 8b257204..d8463746 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -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