From c34fa4587543bcaf3c72647f48f2631514489ac9 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Wed, 3 Oct 2018 07:17:44 +0200 Subject: [PATCH] ruby --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e609ffb4..2c264a5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.5-alpine AS builder +FROM ruby:2.5.1-alpine AS builder LABEL maintainer="WPScan Team " ARG BUNDLER_ARGS="--jobs=8 --without test development"