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.
2 parents 0abe228 + 0fa9bd6 commit 38bff7eCopy full SHA for 38bff7e
DockerfileJava17
@@ -13,7 +13,7 @@ RUN go get github.com/urfave/cli
13
RUN go get github.com/joho/godotenv
14
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o harness-sonar
15
16
-FROM amazoncorretto:8-alpine3.17-jre
+FROM amazoncorretto:17.0.8-alpine3.18
17
18
ARG SONAR_VERSION=5.0.1.3006
19
ARG SONAR_SCANNER_CLI=sonar-scanner-cli-${SONAR_VERSION}
0 commit comments