diff --git a/Dockerfile b/Dockerfile index ae6ce3bc..a6af0b6d 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:6.0.417-1 AS build WORKDIR /source # Restore