Land #18570, Update docker ruby verison to 3.1

Update Metasploit's Docker ruby version from 3.0.x to 3.1.x
This commit is contained in:
Jack Heysel 2023-12-01 17:44:30 -05:00
commit 49ef94728b
No known key found for this signature in database
GPG Key ID: D373F2C24A2A1E70
1 changed files with 2 additions and 2 deletions

View File

@ -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'"
@ -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