From 5b30c84813915f2c5afbdacb785dd6d305f44190 Mon Sep 17 00:00:00 2001 From: Alexander Kuzmenkov Date: Thu, 30 Apr 2020 09:47:13 +0300 Subject: [PATCH] Update PVS Studio to an existing version. --- docker/test/pvs/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/test/pvs/Dockerfile b/docker/test/pvs/Dockerfile index a3639fb1551..6e573b4648f 100644 --- a/docker/test/pvs/Dockerfile +++ b/docker/test/pvs/Dockerfile @@ -20,10 +20,10 @@ RUN apt-get --allow-unauthenticated update -y \ # apt-get --allow-unauthenticated install --yes --no-install-recommends \ # pvs-studio -ENV PKG_VERSION="pvs-studio-7.07.37949.43-amd64.deb" +ENV PKG_VERSION="pvs-studio-7.07.38234.46-amd64.deb" -RUN wget -q http://files.viva64.com/$PKG_VERSION -RUN sudo dpkg -i $PKG_VERSION +RUN wget "http://files.viva64.com/$PKG_VERSION" +RUN sudo dpkg -i "$PKG_VERSION" CMD cd /repo_folder && pvs-studio-analyzer credentials $LICENCE_NAME $LICENCE_KEY -o ./licence.lic \ && cmake . && ninja re2_st && \