Skip to content

Commit

Permalink
Cap capstone version to 5.0.2 to avoid any kind of linking errors for…
Browse files Browse the repository at this point in the history
… freshly deployed pwncol instances (#600)

* Cap capstone repo to v5.0.2 to avoid linking errors on newly deployed instances

* Update Dockerfile

---------

Co-authored-by: Connor Nelson <[email protected]>
  • Loading branch information
bravosixgoingdark and ConnorNelson authored Oct 18, 2024
1 parent b1a30fc commit 60d39a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ FROM builder-tcpdump-${INSTALL_TCPDUMP} as builder-tcpdump
FROM scratch as builder-capstone-no
FROM builder as builder-capstone-yes
RUN <<EOF
git clone --depth 1 https://github.com/capstone-engine/capstone /opt/capstone
git clone --branch 5.0.3 --depth 1 https://github.com/capstone-engine/capstone /opt/capstone
cd /opt/capstone
make
make install
Expand Down

0 comments on commit 60d39a7

Please sign in to comment.