Skip to content

Commit 38bff7e

Browse files
Merge pull request #65 from diegopereiraeng/main
17.0.8-alpine3.18 to support java 17
2 parents 0abe228 + 0fa9bd6 commit 38bff7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DockerfileJava17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN go get github.com/urfave/cli
1313
RUN go get github.com/joho/godotenv
1414
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o harness-sonar
1515

16-
FROM amazoncorretto:8-alpine3.17-jre
16+
FROM amazoncorretto:17.0.8-alpine3.18
1717

1818
ARG SONAR_VERSION=5.0.1.3006
1919
ARG SONAR_SCANNER_CLI=sonar-scanner-cli-${SONAR_VERSION}

0 commit comments

Comments
 (0)