Skip to content

Commit 6db0e65

Browse files
committed
Adjust to 3.16.1
1 parent d41c0ad commit 6db0e65

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

conf/release.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ COPY ./LICENSE .
2828
COPY ./sonar/audit sonar/audit
2929

3030
RUN pip install --upgrade pip \
31-
&& pip install sonar-tools==3.17
31+
&& pip install sonar-tools==3.16.1
3232

3333
USER ${USERNAME}
3434
WORKDIR /home/${USERNAME}
3535

36-
HEALTHCHECK --interval=180s --timeout=5s CMD [ "sonar-tools-help" ]
36+
HEALTHCHECK --interval=180s --timeout=5s CMD [ "sonar-tools" ]
3737

38-
CMD [ "sonar-tools-help" ]
38+
CMD [ "sonar-tools" ]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sonar-tools"
3-
version = "3.17"
3+
version = "3.16.1"
44
description = "A collection of utility tools for the SonarQube ecosystem"
55
authors = [
66
{name = "Olivier Korach", email = "[email protected]"},

0 commit comments

Comments
 (0)