From 3beba9ce870b43ad094fed5c5ac9c9987bf488e7 Mon Sep 17 00:00:00 2001 From: MichaelMorris Date: Sun, 1 Mar 2020 10:01:04 +0000 Subject: Fixing base_sdc-python image build failure Change-Id: I92e14a82b8388d97c28c65b650dd3417382705be Issue-ID: SDC-2786 Signed-off-by: MichaelMorris --- base_sdc-python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_sdc-python/Dockerfile b/base_sdc-python/Dockerfile index cf4dc5b..d2d316d 100644 --- a/base_sdc-python/Dockerfile +++ b/base_sdc-python/Dockerfile @@ -12,7 +12,7 @@ RUN apk update && \ jq \ libressl-dev \ bash \ - ruby=2.5.7-r0 \ + ruby=2.6.5-r2 \ ruby-dev \ libffi-dev \ libxml2-dev && \ -- cgit 1.2.3-korg