Skip to content

Commit

Permalink
Merge pull request clearlydefined#559 from qtomlinson/qt/reuse-pinned
Browse files Browse the repository at this point in the history
Pin reuse version to the most recent 3.0.1
  • Loading branch information
qtomlinson authored May 2, 2024
2 parents 5cfbdd5 + 64dfdf5 commit bcb96f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DevDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 '*'

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcb96f6

Please sign in to comment.