diff --git a/Dockerfile b/Dockerfile index a48d1bd..42d7b53 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.423 AS build +FROM mcr.microsoft.com/dotnet/sdk:6.0.423-1 AS build WORKDIR /source # Restore