Merge pull request #12 from aosapps/roganw-patch-1

update sonar-scanner to 4.2.0.1873
This commit is contained in:
Rogan 2019-11-25 02:01:00 +08:00 committed by GitHub
commit 3beb2a20f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
FROM openjdk:8-jre-alpine
ARG SONAR_VERSION=3.3.0.1492
ARG SONAR_VERSION=4.2.0.1873
ARG SONAR_SCANNER_CLI=sonar-scanner-cli-${SONAR_VERSION}
ARG SONAR_SCANNER=sonar-scanner-${SONAR_VERSION}