Fix PVS studio version

This commit is contained in:
alesapin 2020-04-21 15:19:02 +03:00
parent 82b0f31e37
commit bc2200530f

View File

@ -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 \