We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7823771 commit 7f0d031Copy full SHA for 7f0d031
Dockerfile
@@ -15,7 +15,7 @@ RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o harness-sonar
15
16
FROM amazoncorretto:17.0.8-alpine3.18
17
18
-ARG SONAR_VERSION=5.0.1.3006
+ARG SONAR_VERSION=4.6.2.2472
19
ARG SONAR_SCANNER_CLI=sonar-scanner-cli-${SONAR_VERSION}
20
ARG SONAR_SCANNER=sonar-scanner-${SONAR_VERSION}
21
0 commit comments