diff --git a/docker/test/pvs/Dockerfile b/docker/test/pvs/Dockerfile index 78fb6990773..a3639fb1551 100644 --- a/docker/test/pvs/Dockerfile +++ b/docker/test/pvs/Dockerfile @@ -20,9 +20,9 @@ RUN apt-get --allow-unauthenticated update -y \ # apt-get --allow-unauthenticated install --yes --no-install-recommends \ # pvs-studio -ENV PKG_VERSION="pvs-studio-7.04.34029.84-amd64.deb" +ENV PKG_VERSION="pvs-studio-7.07.37949.43-amd64.deb" -RUN wget -q http://files.viva64.com/beta/$PKG_VERSION +RUN wget -q 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 \