File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ python3 setup.py bdist_wheel
5151pip install --upgrade --force-reinstall dist/sonar_tools-* -py3-* .whl
5252
5353if [ " $build_image " == " 1" ]; then
54- docker build -t olivierkorach/sonar-tools:3.4 -t olivierkorach/sonar-tools:latest -f snapshot.Dockerfile .
54+ docker build -t olivierkorach/sonar-tools:3.4.1 -t olivierkorach/sonar-tools:latest -f snapshot.Dockerfile .
5555fi
5656
5757if [ " $build_docs " == " 1" ]; then
@@ -69,5 +69,5 @@ if [ "$release" = "1" ]; then
6969fi
7070
7171if [ " $release_docker " = " 1" ]; then
72- docker buildx build --push --platform linux/amd64,linux/arm64 -t olivierkorach/sonar-tools:3.4 -t olivierkorach/sonar-tools:latest -f release.Dockerfile .
72+ docker buildx build --push --platform linux/amd64,linux/arm64 -t olivierkorach/sonar-tools:3.4.1 -t olivierkorach/sonar-tools:latest -f release.Dockerfile .
7373fi
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ COPY ./LICENSE .
3131COPY ./sonar/audit sonar/audit
3232
3333RUN pip install --upgrade pip \
34- && pip install sonar-tools==3.4
34+ && pip install sonar-tools==3.4.1
3535
3636USER ${USERNAME}
3737WORKDIR /home/${USERNAME}
You can’t perform that action at this time.
0 commit comments