Skip to content

Commit

Permalink
update version 6.3.46
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyWolf committed Dec 3, 2023
1 parent 84e6261 commit f09119a
Show file tree
Hide file tree
Showing 598 changed files with 22,536 additions and 2,364 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.5-alpine3.15 AS builder
FROM ruby:3.1.4-alpine3.18 AS builder
LABEL maintainer="Rapid7"

ARG BUNDLER_CONFIG_ARGS="set clean 'true' set no-cache 'true' set system 'true' set without 'development test coverage'"
Expand Down Expand Up @@ -49,7 +49,7 @@ RUN mkdir -p $TOOLS_HOME/bin && \
cd go/src && \
./make.bash

FROM ruby:3.0.5-alpine3.15
FROM ruby:3.1.4-alpine3.18
LABEL maintainer="Rapid7"

ENV APP_HOME=/usr/src/metasploit-framework
Expand Down
Loading

0 comments on commit f09119a

Please sign in to comment.