Skip to content

Commit

Permalink
Release 8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
belen-pruvost-sonarsource committed May 4, 2021
1 parent 1affd43 commit 324f394
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 8/community/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN set -eux; \
#
# SonarQube setup
#
ARG SONARQUBE_VERSION=8.8.0.42792
ARG SONARQUBE_VERSION=8.9.0.43852
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/datacenter/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN set -eux; \
#
# SonarQube setup
#
ARG SONARQUBE_VERSION=8.8.0.42792
ARG SONARQUBE_VERSION=8.9.0.43852
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
ENV JAVA_HOME=/opt/java/openjdk \
PATH="/opt/java/openjdk/bin:$PATH" \
Expand Down
2 changes: 1 addition & 1 deletion 8/datacenter/search/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN set -eux; \
#
# SonarQube setup
#
ARG SONARQUBE_VERSION=8.8.0.42792
ARG SONARQUBE_VERSION=8.9.0.43852
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${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 @@ -86,7 +86,7 @@ RUN set -eux; \
#
# SonarQube setup
#
ARG SONARQUBE_VERSION=8.8.0.42792
ARG SONARQUBE_VERSION=8.9.0.43852
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 @@ -86,7 +86,7 @@ RUN set -eux; \
#
# SonarQube setup
#
ARG SONARQUBE_VERSION=8.8.0.42792
ARG SONARQUBE_VERSION=8.9.0.43852
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 324f394

Please sign in to comment.