Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade SonarQube 7.9 LTS #8443

Merged
merged 1 commit into from
Jul 28, 2020

Conversation

malena-ebert-sonarsource
Copy link
Contributor

This is a bug fix release for SonarQube 7.9 LTS.

@github-actions
Copy link

Diff for f4865b8:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 801eb72..b4421c6 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,8 +1,8 @@
 Maintainers: Janos Gyerik <janos.gyerik@sonarsource.com> (@janos-ss), Julien Lancelot <julien.lancelot@sonarsource.com> (@julienlancelot), Christophe Levis <christophe.levis@sonarsource.com> (@christophelevis), Pierre Guillot <pierre.guillot@sonarsource.com> (@pierre-guillot-sonarsource), Michal Duda <michal.duda@sonarsource.com> (@michal-duda-sonarsource)
 GitRepo: https://github.com/SonarSource/docker-sonarqube.git
-GitCommit: fea13bf2bcabb72685f411c3e4bc4f18af789b20
+GitCommit: 1953a7cbde123be10152258c4d4dbcfbaf7c2679
 
-Tags: 7.9.3-community, 7.9-community, lts
+Tags: 7.9.4-community, 7.9-community, lts
 Directory: 7/community
 
 Tags: 8.4.1-community, 8.4-community, 8-community, community, latest
diff --git a/_bashbrew-list b/_bashbrew-list
index 393b4ea..35b0e29 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,5 +1,5 @@
 sonarqube:7.9-community
-sonarqube:7.9.3-community
+sonarqube:7.9.4-community
 sonarqube:8-community
 sonarqube:8-developer
 sonarqube:8-enterprise
diff --git a/sonarqube_lts/Dockerfile b/sonarqube_lts/Dockerfile
index 99705f0..2110dc3 100644
--- a/sonarqube_lts/Dockerfile
+++ b/sonarqube_lts/Dockerfile
@@ -4,7 +4,7 @@ RUN apt-get update \
     && apt-get install -y curl gnupg2 unzip \
     && rm -rf /var/lib/apt/lists/*
 
-ENV SONAR_VERSION=7.9.3 \
+ENV SONAR_VERSION=7.9.4 \
     SONARQUBE_HOME=/opt/sonarqube \
     SONARQUBE_JDBC_USERNAME=sonar \
     SONARQUBE_JDBC_PASSWORD=sonar \

@yosifkit yosifkit merged commit 88a64a6 into docker-library:master Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants