diff --git a/Dockerfile b/Dockerfile index 150102c..b9c7532 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN go get github.com/urfave/cli RUN go get github.com/joho/godotenv RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o harness-sonar -FROM amazoncorretto:17.0.11-alpine3.19 +FROM amazoncorretto:25.0.1-alpine3.19 ARG SONAR_VERSION=5.0.1.3006 ARG SONAR_SCANNER_CLI=sonar-scanner-cli-${SONAR_VERSION}