diff options
author | MichaelMorris <michael.morris@est.tech> | 2020-03-01 10:01:04 +0000 |
---|---|---|
committer | MichaelMorris <michael.morris@est.tech> | 2020-03-01 10:06:05 +0000 |
commit | 3beba9ce870b43ad094fed5c5ac9c9987bf488e7 (patch) | |
tree | a2fb03203ec67117332ae544b6331e5e84a0d5b3 | |
parent | 5b572fcff90eea8c7897fe8370477dce21ad1f2b (diff) |
Fixing base_sdc-python image build failure
Change-Id: I92e14a82b8388d97c28c65b650dd3417382705be
Issue-ID: SDC-2786
Signed-off-by: MichaelMorris <michael.morris@est.tech>
-rw-r--r-- | base_sdc-python/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 && \ |