diff --git a/Dockerfile b/Dockerfile index 0e58976eca3e181ab80186afd3e6e20cb006ff57..d3f9a2c1432cb2212f174be84df2410fe0b25f75 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}