diff --git a/8/community/Dockerfile b/8/community/Dockerfile index c21f5143..20127940 100644 --- a/8/community/Dockerfile +++ b/8/community/Dockerfile @@ -85,7 +85,7 @@ RUN set -eux; \ # # SonarQube setup # -ARG SONARQUBE_VERSION=8.6.0.39681 +ARG SONARQUBE_VERSION=8.6.1.40680 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-${SONARQUBE_VERSION}.zip ENV JAVA_HOME=/opt/java/openjdk \ PATH="/opt/java/openjdk/bin:$PATH" \ diff --git a/8/developer/Dockerfile b/8/developer/Dockerfile index 5edd9660..2fcc1e1b 100644 --- a/8/developer/Dockerfile +++ b/8/developer/Dockerfile @@ -86,7 +86,7 @@ RUN set -eux; \ # # SonarQube setup # -ARG SONARQUBE_VERSION=8.6.0.39681 +ARG SONARQUBE_VERSION=8.6.1.40680 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-${SONARQUBE_VERSION}.zip ENV JAVA_HOME=/opt/java/openjdk \ PATH="/opt/java/openjdk/bin:$PATH" \ diff --git a/8/enterprise/Dockerfile b/8/enterprise/Dockerfile index e10a9e1b..8e732a09 100644 --- a/8/enterprise/Dockerfile +++ b/8/enterprise/Dockerfile @@ -86,7 +86,7 @@ RUN set -eux; \ # # SonarQube setup # -ARG SONARQUBE_VERSION=8.6.0.39681 +ARG SONARQUBE_VERSION=8.6.1.40680 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-${SONARQUBE_VERSION}.zip ENV JAVA_HOME=/opt/java/openjdk \ PATH="/opt/java/openjdk/bin:$PATH" \