docker build

This commit is contained in:
Christian Mehlmauer
2021-08-02 12:16:00 +02:00
parent 42dee6cfa9
commit d9f3c682d0
3 changed files with 50 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM ruby:2.7.2-alpine AS builder
FROM ruby:3.0.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
@@ -19,7 +19,7 @@ RUN rake install --trace
RUN chmod -R a+r /usr/local/bundle
FROM ruby:2.7.2-alpine
FROM ruby:3.0.2-alpine
LABEL maintainer="WPScan Team <contact@wpscan.com>"
LABEL org.opencontainers.image.source https://github.com/wpscanteam/wpscan