diff --git a/Dockerfile b/Dockerfile index 23be00f..92af4b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0.101 AS build WORKDIR /src COPY ["src/IIIFAuth2/IIIFAuth2.API/IIIFAuth2.API.csproj", "IIIFAuth2.API/"] RUN dotnet restore "IIIFAuth2.API/IIIFAuth2.API.csproj"