We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b6833 commit 618f9baCopy full SHA for 618f9ba
conf/release.Dockerfile
@@ -28,7 +28,7 @@ COPY ./LICENSE .
28
COPY ./sonar/audit sonar/audit
29
30
RUN pip install --upgrade pip \
31
-&& pip install sonar-tools==3.16.1
+&& pip install sonar-tools==3.16.2
32
33
USER ${USERNAME}
34
WORKDIR /home/${USERNAME}
sonar/version.py
@@ -24,5 +24,5 @@
24
25
"""
26
27
-PACKAGE_VERSION = "3.16.2-beta"
+PACKAGE_VERSION = "3.16.2"
MIGRATION_TOOL_VERSION = "0.6-snapshot"
0 commit comments