This commit is contained in:
Christian Mehlmauer
2018-10-03 07:17:44 +02:00
parent e0fd79f800
commit c34fa45875

View File

@@ -1,4 +1,4 @@
FROM ruby:2.5-alpine AS builder
FROM ruby:2.5.1-alpine AS builder
LABEL maintainer="WPScan Team <team@wpscan.org>"
ARG BUNDLER_ARGS="--jobs=8 --without test development"