diff --git a/src/RandomAPI/Dockerfile b/src/RandomAPI/Dockerfile index 0387f45..872f1cf 100644 --- a/src/RandomAPI/Dockerfile +++ b/src/RandomAPI/Dockerfile @@ -9,7 +9,7 @@ EXPOSE 8081 # This stage is used to build the service project -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY ["RandomAPI.csproj", "."]