diff --git a/static-code-analysis/Dockerfile b/static-code-analysis/Dockerfile index a6524d42c39d6bbb06d00fb2c08cc0ea0baf8cce..6424a9a967b991036d409e58d05d2ac88686022b 100644 --- a/static-code-analysis/Dockerfile +++ b/static-code-analysis/Dockerfile @@ -12,7 +12,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.schema-version="1.0" \ maintainer="J.R. Barreras <barreras@unl.edu>" -ENV SONAR_SCANNER_VERSION 3.3.0.1492 +ENV SONAR_SCANNER_VERSION 4.0.0.1744 WORKDIR /opt diff --git a/static-code-analysis/android/Dockerfile b/static-code-analysis/android/Dockerfile index 7ec3ab9376c38e78432e870652708fffa1ede442..3857f6347c71f14dde0d235b831ea3721e183b15 100644 --- a/static-code-analysis/android/Dockerfile +++ b/static-code-analysis/android/Dockerfile @@ -12,7 +12,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.schema-version="1.0" \ maintainer="Alan Nelson <alan.nelson@nebraska.edu>" -ENV SONAR_SCANNER_VERSION 3.2.0.1227 +ENV SONAR_SCANNER_VERSION 4.0.0.1744 ENV SONAR_HOME /opt/sonar-scanner ENV PATH ${PATH}:${SONAR_HOME}