From 406e9e75ec71daf98e04f1b3e71e8b82dbc5fd77 Mon Sep 17 00:00:00 2001 From: adr1enbe4udou1n Date: Tue, 14 Nov 2023 19:45:05 +0000 Subject: [PATCH] Update dotnet-qa.dockerfile --- dotnet-qa.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \