Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Fix arachni getting stuck without performing any work
Browse files Browse the repository at this point in the history
Pin to old ruby / kernel version to work around issue #11
  • Loading branch information
J12934 committed Sep 11, 2019
1 parent abc0929 commit d79afe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:latest
FROM ruby:2.6.1

WORKDIR /sectools/
COPY Gemfile /sectools
Expand Down

0 comments on commit d79afe9

Please sign in to comment.