diff --git a/Dockerfile b/Dockerfile index 3d9b6ee1..88da5df1 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.415 AS build +FROM mcr.microsoft.com/dotnet/sdk:6.0.416 AS build WORKDIR /source # Restore