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
1 changed files with 1 additions and 1 deletions

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"