diff --git a/.ruby-version b/.ruby-version index 860487ca..37c2961c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.1 +2.7.2 diff --git a/Dockerfile b/Dockerfile index badf9a57..18378c39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.7.1-alpine AS builder +FROM ruby:2.7.2-alpine AS builder LABEL maintainer="WPScan Team " RUN echo "install: --no-document --no-post-install-message\nupdate: --no-document --no-post-install-message" > /etc/gemrc