diff options
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 && \ |