Skip to content

Commit

Permalink
Upgrade docker image to use OpenJDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimontana82 committed Oct 15, 2023
1 parent fecfec9 commit 7d5b650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN rm packages-microsoft-prod.deb
RUN apt-get update
RUN apt-get install -y dotnet-sdk-6.0

RUN apt-get install -y default-jre
RUN apt-get install -y openjdk-17-jdk openjdk-17-jre
RUN dotnet tool install dotnet-sonarscanner --tool-path . --version 5.12.0

ADD entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 7d5b650

Please sign in to comment.