diff --git a/Dockerfile b/Dockerfile index 7d28d8806389a20bc92058edd684d30ba2af94e6..b702799502e6e78e52941ac6c1c8fcc8782e447b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN yum -y update \ RUN rm -rf /usr/libexec/sudo/sesh -ARG CODESONAR_PACKAGE=codesonar-6.1p0.20210802-x86_64-pc-linux.tar.gz +ARG CODESONAR_PACKAGE=codesonar.tgz ARG CODESONAR_HOME=/opt/codesonar-6.1p0 COPY ["${CODESONAR_PACKAGE}", "/opt"] RUN tar -zxvf /opt/${CODESONAR_PACKAGE} -C /opt