Skip to content

Commit

Permalink
bump docker image to match .ruby-version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin-tech committed Dec 1, 2021
1 parent 0d513fb commit e8ed34d
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: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 e8ed34d

Please sign in to comment.