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 6444ded commit 2723f64Copy full SHA for 2723f64
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=6.0.0.4432
+ARG SONAR_VERSION=6.1.0.4477
19
ARG SONAR_SCANNER_CLI=sonar-scanner-cli-${SONAR_VERSION}
20
ARG SONAR_SCANNER=sonar-scanner-${SONAR_VERSION}
21
0 commit comments