Skip to content

Commit 4169073

Browse files
committed
3.4.1 docker tag
1 parent 93b2315 commit 4169073

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ python3 setup.py bdist_wheel
5151
pip install --upgrade --force-reinstall dist/sonar_tools-*-py3-*.whl
5252

5353
if [ "$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 .
5555
fi
5656

5757
if [ "$build_docs" == "1" ]; then
@@ -69,5 +69,5 @@ if [ "$release" = "1" ]; then
6969
fi
7070

7171
if [ "$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 .
7373
fi

release.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY ./LICENSE .
3131
COPY ./sonar/audit sonar/audit
3232

3333
RUN pip install --upgrade pip \
34-
&& pip install sonar-tools==3.4
34+
&& pip install sonar-tools==3.4.1
3535

3636
USER ${USERNAME}
3737
WORKDIR /home/${USERNAME}

0 commit comments

Comments
 (0)