Updates to ruby 2.7.2

This commit is contained in:
erwanlr
2020-12-15 11:13:51 +01:00
parent d083719b9c
commit 48d363031b
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
2.7.1
2.7.2

View File

@@ -1,4 +1,4 @@
FROM ruby:2.7.1-alpine AS builder
FROM ruby:2.7.2-alpine AS builder
LABEL maintainer="WPScan Team <contact@wpscan.com>"
RUN echo "install: --no-document --no-post-install-message\nupdate: --no-document --no-post-install-message" > /etc/gemrc