Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danielplohmann committed Jan 26, 2024
1 parent cab3a98 commit cd1d0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/mcritweb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN mkdir -p /root/.local/lib/python3.8/site-packages/
RUN ln -s /usr/bin/python3.8 /usr/bin/python

# install specific mcritweb+mcrit versions for this release
RUN git clone -b 'v1.3.0' --single-branch https://github.com/fkie-cad/mcritweb.git /opt/mcritweb
RUN git clone -b 'v1.3.1' --single-branch https://github.com/fkie-cad/mcritweb.git /opt/mcritweb
RUN python -m pip install mcrit==1.3.0
# install remaining requirements
RUN python -m pip install -r /opt/mcritweb/requirements.txt
Expand Down

0 comments on commit cd1d0fc

Please sign in to comment.