diff options
author | 2019-10-30 15:04:37 +0200 | |
---|---|---|
committer | 2019-10-30 15:04:37 +0200 | |
commit | 5ac4db020d162174b144540aa1ed464ae961d1b8 (patch) | |
tree | 5e73895c7bf10b36fe7c2fc4c82ec8264c0ecd39 /base_sdc-python/Dockerfile | |
parent | c0e96b55b3b71a69d0cfe47908a2e5c0ee7e4bae (diff) |
Upgrade to Cassandra 3
Creating base dockers suitable for Cassandra 3
Issue-ID: SDC-2594
Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
Change-Id: I8246f3e0d2e5324d033c51711364a59fcf9e9a95
Diffstat (limited to 'base_sdc-python/Dockerfile')
-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 353446c..cf4dc5b 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.5-r0 \ + ruby=2.5.7-r0 \ ruby-dev \ libffi-dev \ libxml2-dev && \ |