From fa79f4292e6037fc78528fcab0d9ca7a3760ffd9 Mon Sep 17 00:00:00 2001 From: Mark Hermeling Date: Tue, 13 Jul 2021 18:39:05 +0000 Subject: [PATCH] Upversion to CodeSonar 6.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0e58976..d3f9a2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,8 @@ RUN yum -y update \ RUN rm -rf /usr/libexec/sudo/sesh -ARG CODESONAR_PACKAGE=codesonar-6.0p0.20210331-x86_64-pc-linux.tar.gz -ARG CODESONAR_HOME=/opt/codesonar-6.0p0 +ARG CODESONAR_PACKAGE=codesonar-6.1p0.20210713-x86_64-pc-linux.tar.gz +ARG CODESONAR_HOME=/opt/codesonar-6.1p0 COPY ["${CODESONAR_PACKAGE}", "/opt"] RUN tar -zxvf /opt/${CODESONAR_PACKAGE} -C /opt RUN rm -rf /opt/${CODESONAR_PACKAGE} -- GitLab