Skip to content

Commit

Permalink
Upgrade version to 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-perrin-sonarsource committed Oct 5, 2020
1 parent a46d49c commit f5cdd43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 8/community/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN set -eux; \
#
# SonarQube setup
#
ARG SONARQUBE_VERSION=8.4.2.36762
ARG SONARQUBE_VERSION=8.5.0.37579
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" \
Expand Down
2 changes: 1 addition & 1 deletion 8/developer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN set -eux; \
#
# SonarQube setup
#
ARG SONARQUBE_VERSION=8.4.2.36762
ARG SONARQUBE_VERSION=8.5.0.37579
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" \
Expand Down
2 changes: 1 addition & 1 deletion 8/enterprise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN set -eux; \
#
# SonarQube setup
#
ARG SONARQUBE_VERSION=8.4.2.36762
ARG SONARQUBE_VERSION=8.5.0.37579
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" \
Expand Down

0 comments on commit f5cdd43

Please sign in to comment.