Skip to content

Commit

Permalink
Update amazoncorretto Docker tag to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent 3bdb843 commit fa86f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.8-alpine3.18
FROM amazoncorretto:21.0.2-alpine3.18

ARG SONAR_VERSION=5.0.1.3006
ARG SONAR_SCANNER_CLI=sonar-scanner-cli-${SONAR_VERSION}
Expand Down

0 comments on commit fa86f4b

Please sign in to comment.