diff --git a/src/Gateway/Gateway.Api/Dockerfile b/src/Gateway/Gateway.Api/Dockerfile index df330be0..d2fa48bc 100644 --- a/src/Gateway/Gateway.Api/Dockerfile +++ b/src/Gateway/Gateway.Api/Dockerfile @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:10.0-preview AS base WORKDIR /app EXPOSE 8080 -FROM mcr.microsoft.com/dotnet/sdk:10.0-preview AS build +FROM mcr.microsoft.com/dotnet/sdk:11.0-preview AS build WORKDIR /src COPY . . RUN dotnet restore "src/Gateway/Gateway.Api/Gateway.Api.csproj"