From 60d39a7ca67e275fe43ea40b45a7e5cb85024465 Mon Sep 17 00:00:00 2001 From: Captain Price <33350566+bravosixgoingdark@users.noreply.github.com> Date: Sat, 19 Oct 2024 01:16:06 +0700 Subject: [PATCH] Cap capstone version to 5.0.2 to avoid any kind of linking errors for 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 --- challenge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge/Dockerfile b/challenge/Dockerfile index e595b2df..cfd0eeb9 100644 --- a/challenge/Dockerfile +++ b/challenge/Dockerfile @@ -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 <