diff options
author | shrek2000 <oren.kleks@amdocs.com> | 2019-10-30 15:04:37 +0200 |
---|---|---|
committer | shrek2000 <oren.kleks@amdocs.com> | 2019-10-30 15:04:37 +0200 |
commit | 5ac4db020d162174b144540aa1ed464ae961d1b8 (patch) | |
tree | 5e73895c7bf10b36fe7c2fc4c82ec8264c0ecd39 /base_sdc-cqlsh/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-cqlsh/Dockerfile')
-rw-r--r-- | base_sdc-cqlsh/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base_sdc-cqlsh/Dockerfile b/base_sdc-cqlsh/Dockerfile index 5ed1299..d69d96c 100644 --- a/base_sdc-cqlsh/Dockerfile +++ b/base_sdc-cqlsh/Dockerfile @@ -9,7 +9,7 @@ RUN apk add --no-cache py-pip && \ apk add --no-cache \ bash \ build-base \ - ruby=2.5.5-r0 \ + ruby=2.5.7-r0 \ ruby-dev \ libffi-dev \ libxml2-dev && \ |