From 93c7f8f3705e61d69405df15e8bedf098665da0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96ZT=C3=9CRK?= <76204082+iamsedatozturk@users.noreply.github.com> Date: Wed, 15 Oct 2025 09:06:09 +0300 Subject: [PATCH] =?UTF-8?q?Dockerfile=20hatas=C4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/Kurs.Platform.HttpApi.Host.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Kurs.Platform.HttpApi.Host.Dockerfile b/api/Kurs.Platform.HttpApi.Host.Dockerfile index ada06cd7..e5e0d8f8 100644 --- a/api/Kurs.Platform.HttpApi.Host.Dockerfile +++ b/api/Kurs.Platform.HttpApi.Host.Dockerfile @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build ENV DOTNET_NUGET_SIGNATURE_VERIFICATION=false WORKDIR /app RUN apk update && apk upgrade -RUN apk add nodejs~=22 npm~=10 +RUN apk add nodejs~=22 npm~=11 RUN dotnet tool install -g Volo.Abp.Cli ENV PATH="/root/.dotnet/tools:${PATH}"