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 08acfd2 commit 0875fa4Copy full SHA for 0875fa4
Dockerfile
@@ -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:17.0.8-alpine3.18
+FROM amazoncorretto:17.0.9-alpine3.18
17
18
ARG SONAR_VERSION=5.0.1.3006
19
ARG SONAR_SCANNER_CLI=sonar-scanner-cli-${SONAR_VERSION}
0 commit comments