From 4445afb2e979b466b62e453cd8e36472a6ac30ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 07:49:59 +0000 Subject: [PATCH] chore(deps): update amazoncorretto docker tag to v25 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}