diff --git a/Dockerfile b/Dockerfile index ae6ce3bc..a3f3feec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN set -xe \ && apt-get install -y --no-install-recommends curl jq \ && apt-get clean && rm -rf /var/lib/apt/lists/* -FROM mcr.microsoft.com/dotnet/sdk:6.0.416 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0.100 AS build WORKDIR /source # Restore