From 5f0b36e04a016632f244ad48f40400d1080eac9b Mon Sep 17 00:00:00 2001 From: Vlatko Kosturjak Date: Tue, 7 Jun 2016 09:04:26 +0200 Subject: [PATCH] New version - thanks lgazo --- debian-arachni/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-arachni/Dockerfile b/debian-arachni/Dockerfile index 3898ded..48087fe 100644 --- a/debian-arachni/Dockerfile +++ b/debian-arachni/Dockerfile @@ -1,8 +1,8 @@ FROM debian:jessie MAINTAINER kost - https://github.com/kost -ENV VERSION_FRAMEWORK 1.2.1 -ENV VERSION_ARACHNI $VERSION_FRAMEWORK-0.5.7.1 +ENV VERSION_FRAMEWORK 1.4 +ENV VERSION_ARACHNI $VERSION_FRAMEWORK-0.5.10 RUN apt-get -qq update && \ apt-get install -yq wget ruby bash && \