From c5a9f1150baea673cdc83339437ba6a2e2c17bc2 Mon Sep 17 00:00:00 2001 From: Qing Tomlinson Date: Fri, 16 Feb 2024 16:54:16 -0800 Subject: [PATCH] Pin reuse version to the most recent 3.0.1 --- DevDockerfile | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DevDockerfile b/DevDockerfile index 6a9816d4..0736d452 100644 --- a/DevDockerfile +++ b/DevDockerfile @@ -38,7 +38,7 @@ RUN gem install nokogiri:1.12.5 --no-document && \ # REUSE RUN pip3 install setuptools -RUN pip3 install reuse +RUN pip3 install reuse==3.0.1 RUN git config --global --add safe.directory '*' diff --git a/Dockerfile b/Dockerfile index 3cc9ab55..24cdb839 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN gem install nokogiri:1.12.5 --no-document && \ # REUSE RUN pip3 install setuptools -RUN pip3 install reuse +RUN pip3 install reuse==3.0.1 # FOSSology # WORKDIR /opt