diff --git a/Dockerfile b/Dockerfile index 6abdf20..3a09e86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #Use the official .NET SDK image with Alpine Linux as a base image -FROM mcr.microsoft.com/dotnet/sdk:9.0.100-alpine3.20 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0.404-alpine3.20 AS build # Set the working directory in the container WORKDIR /app