From 6d347ada984c123c6f69caea98ecce2f897873dc Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Tue, 15 Dec 2020 13:44:48 +0100 Subject: [PATCH] really use ruby 2.7.2 :) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18378c39..bdc8c329 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN rake install --trace RUN chmod -R a+r /usr/local/bundle -FROM ruby:2.7.1-alpine +FROM ruby:2.7.2-alpine LABEL maintainer="WPScan Team " LABEL org.opencontainers.image.source https://github.com/wpscanteam/wpscan