From 966f5691a2a718dd9f3d907c5a6e16cb25d4ea16 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Sat, 16 Mar 2019 19:48:47 +0100 Subject: [PATCH] update image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b8cd8e5f..e588054d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.5.1-alpine AS builder +FROM ruby:2.6.2-alpine3.9 AS builder LABEL maintainer="WPScan Team " ARG BUNDLER_ARGS="--jobs=8 --without test development" @@ -19,7 +19,7 @@ RUN rake install --trace RUN chmod -R a+r /usr/local/bundle -FROM ruby:2.5-alpine +FROM ruby:2.6.2-alpine3.9 LABEL maintainer="WPScan Team " RUN adduser -h /wpscan -g WPScan -D wpscan