From a3834d4cae656faed52e16d501096116415b5163 Mon Sep 17 00:00:00 2001 From: hartator Date: Fri, 29 Jul 2016 10:06:21 -0500 Subject: [PATCH] Bump Ruby version to 2.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b4c804..5d32b8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.1 +FROM ruby:2.3 COPY . /build RUN cd build && \ bundle install