From 192125264f1628fba0c9b398f017fa9005ea0508 Mon Sep 17 00:00:00 2001 From: Ilya Glotov Date: Wed, 17 May 2017 16:14:03 +0300 Subject: [PATCH] Synchronize base ruby image with .ruby-version --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index ea0abc5371..58056c4c14 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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"