Updates remains of wpscan.org

This commit is contained in:
erwanlr
2020-12-15 11:02:49 +01:00
parent 7fd59b27f4
commit d083719b9c
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
FROM ruby:2.7.1-alpine AS builder
LABEL maintainer="WPScan Team <team@wpscan.org>"
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
@@ -20,7 +20,7 @@ RUN chmod -R a+r /usr/local/bundle
FROM ruby:2.7.1-alpine
LABEL maintainer="WPScan Team <team@wpscan.org>"
LABEL maintainer="WPScan Team <contact@wpscan.com>"
LABEL org.opencontainers.image.source https://github.com/wpscanteam/wpscan
RUN adduser -h /wpscan -g WPScan -D wpscan