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