Update pvs-studio image

This commit is contained in:
alesapin 2019-09-06 22:26:42 +03:00
parent 11b428033b
commit a0888cace8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ RUN apt-get --allow-unauthenticated update -y \
# apt-get --allow-unauthenticated install --yes --no-install-recommends \ # apt-get --allow-unauthenticated install --yes --no-install-recommends \
# pvs-studio # pvs-studio
ENV PKG_VERSION="pvs-studio-7.03.33446.1453-amd64.deb" ENV PKG_VERSION="pvs-studio-7.04.34029.84-amd64.deb"
RUN wget -q http://files.viva64.com/beta/$PKG_VERSION RUN wget -q http://files.viva64.com/beta/$PKG_VERSION
RUN sudo dpkg -i $PKG_VERSION RUN sudo dpkg -i $PKG_VERSION