Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 10, 2024
1 parent 7773c5b commit a04133a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0.2-alpine AS builder
FROM ruby:3.3.4-alpine AS builder
LABEL maintainer="WPScan Team <[email protected]>"

RUN echo "install: --no-document --no-post-install-message\nupdate: --no-document --no-post-install-message" > /etc/gemrc
Expand All @@ -19,7 +19,7 @@ RUN rake install --trace
RUN chmod -R a+r /usr/local/bundle


FROM ruby:3.0.2-alpine
FROM ruby:3.3.4-alpine
LABEL maintainer="WPScan Team <[email protected]>"
LABEL org.opencontainers.image.source https://github.com/wpscanteam/wpscan

Expand Down

0 comments on commit a04133a

Please sign in to comment.