1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

Synchronize base ruby image with .ruby-version

This commit is contained in:
Ilya Glotov 2017-05-17 16:14:03 +03:00
parent 7e2dab4ddc
commit 192125264f
No known key found for this signature in database
GPG Key ID: AE18CC224730A36D

View File

@ -1,4 +1,4 @@
FROM ruby:2.3-alpine
FROM ruby:2.4.1-alpine
MAINTAINER Rapid7
ARG BUNDLER_ARGS="--jobs=8 --without development test coverage"