Skip to content

Commit

Permalink
Land rapid7#18570, Update docker ruby verison to 3.1
Browse files Browse the repository at this point in the history
Update Metasploit's Docker ruby version from 3.0.x to 3.1.x
  • Loading branch information
jheysel-r7 committed Dec 1, 2023
2 parents 456eecd + e3046d1 commit 49ef947
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.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

0 comments on commit 49ef947

Please sign in to comment.