From 460b25e8f07c9ced9805e7e825eda60ba20cee32 Mon Sep 17 00:00:00 2001 From: n01e0 <47088622+n01e0@users.noreply.github.com> Date: Fri, 15 Apr 2022 03:44:33 +0900 Subject: [PATCH] Update r2pipe for use with docker (#19960) --- dist/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/docker/Dockerfile b/dist/docker/Dockerfile index 8fef465db4..ba812382ba 100644 --- a/dist/docker/Dockerfile +++ b/dist/docker/Dockerfile @@ -39,7 +39,7 @@ LABEL r2docker latest # Radare version ARG R2_VERSION=master # R2pipe python version -ARG R2_PIPE_PY_VERSION=1.4.2 +ARG R2_PIPE_PY_VERSION=1.6.5 ARG with_arm32_as ARG with_arm64_as