From d79afe9ede1e35f497699a9b0c7bfdf91625b843 Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach Date: Wed, 11 Sep 2019 17:35:12 +0200 Subject: [PATCH] Fix arachni getting stuck without performing any work Pin to old ruby / kernel version to work around issue #11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 364e42f..cc1d8fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:latest +FROM ruby:2.6.1 WORKDIR /sectools/ COPY Gemfile /sectools