Update dotnet-qa.dockerfile

This commit is contained in:
adr1enbe4udou1n 2023-11-14 19:45:05 +00:00
parent 66b9a7b5dd
commit 406e9e75ec

View File

@ -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 \