Skip to content

Commit

Permalink
Challenge: Pin pwndbg version
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson committed Sep 6, 2024
1 parent bdb60e7 commit 0a0f475
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 @@ -198,7 +198,7 @@ FROM scratch as builder-gdb-no
FROM builder as builder-gdb-yes

RUN <<EOF
git clone --depth 1 --recurse-submodules https://github.com/pwndbg/pwndbg /opt/pwndbg
git clone --depth 1 --recurse-submodules --branch 2024.02.14 https://github.com/pwndbg/pwndbg /opt/pwndbg
cd /opt/pwndbg
./setup.sh

Expand Down

0 comments on commit 0a0f475

Please sign in to comment.