Skip to content

Commit

Permalink
Land #15928, bump ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Dec 2, 2021
2 parents 0807de6 + e8ed34d commit db2ac2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
3.0.2
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.7.2-alpine3.12 AS builder
FROM ruby:3.0.2-alpine3.12 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 @@ -48,7 +48,7 @@ RUN mkdir -p $TOOLS_HOME/bin && \
cd go/src && \
./make.bash

FROM ruby:2.7.2-alpine3.12
FROM ruby:3.0.2-alpine3.12
LABEL maintainer="Rapid7"

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

0 comments on commit db2ac2d

Please sign in to comment.