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 136ea9a commit ad2c39fCopy full SHA for ad2c39f
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.11-alpine3.19
+FROM amazoncorretto:17.0.13-alpine3.19
17
18
ARG SONAR_VERSION=5.0.1.3006
19
ARG SONAR_SCANNER_CLI=sonar-scanner-cli-${SONAR_VERSION}
0 commit comments