From e4e33dd959dea61492a85264d4e091855a60601a Mon Sep 17 00:00:00 2001 From: Olivier Brisse Date: Thu, 9 May 2019 17:32:04 +1000 Subject: [PATCH] Use stretch for 2.3 Use 2.3-stretch as the base image to be consistent with the other ruby versions. We're also using stretch to run our tests on CirleCI. --- 2.3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.3/Dockerfile b/2.3/Dockerfile index df33cbe..d4b6632 100644 --- a/2.3/Dockerfile +++ b/2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.3-jessie +FROM ruby:2.3-stretch # Install System libraries RUN apt-get update && apt-get install -y \