From e3046d18c974657855b4d509888add21b507b3ed Mon Sep 17 00:00:00 2001 From: adfoster-r7 Date: Thu, 23 Nov 2023 23:16:25 +0000 Subject: [PATCH] Update docker ruby version to 3.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 92da740834..c7885edab2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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