diff --git a/dotnet-qa.dockerfile b/dotnet-qa.dockerfile index 2a19084..ec28ade 100644 --- a/dotnet-qa.dockerfile +++ b/dotnet-qa.dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:7.0 +FROM mcr.microsoft.com/dotnet/sdk:8.0 RUN apt-get update && apt-get install -y ca-certificates-java && apt-get install -y \ openjdk-17-jre-headless \