diff --git a/docker/test/pvs/Dockerfile b/docker/test/pvs/Dockerfile index 0c86917013f97184828b6e9b0b34e9513c3c68b7..5a6aea5d320b2aac6d431a187c1977b0179ef79c 100644 --- a/docker/test/pvs/Dockerfile +++ b/docker/test/pvs/Dockerfile @@ -20,7 +20,7 @@ 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.38234.48-amd64.deb" +ENV PKG_VERSION="pvs-studio-7.08.39365.50-amd64.deb" RUN wget "https://files.viva64.com/$PKG_VERSION" RUN sudo dpkg -i "$PKG_VERSION"