diff options
author | vasraz <vasyl.razinkov@est.tech> | 2020-05-05 12:31:39 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2020-05-05 11:34:28 +0000 |
commit | e373c54d113f93f3d3057506db65b4fd4b02c16e (patch) | |
tree | f21565e2723c176f6219866c8489a051d5093bd8 | |
parent | 83672f92bd3a34765c4bf99dd4f60d61429ea1f6 (diff) |
Stabilize sdc-docker-base-maven-docker-stage-master
Change-Id: Ia1da77a3b57ef1cefb47f3c6fe9c0152c6d485d1
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-2873
-rw-r--r-- | base_sdc-cqlsh/Dockerfile | 2 | ||||
-rw-r--r-- | base_sdc-jetty/Dockerfile | 2 | ||||
-rw-r--r-- | base_sdc-python/Dockerfile | 2 | ||||
-rw-r--r-- | base_sdc-sanity/Dockerfile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/base_sdc-cqlsh/Dockerfile b/base_sdc-cqlsh/Dockerfile index 277ed02..a16552a 100644 --- a/base_sdc-cqlsh/Dockerfile +++ b/base_sdc-cqlsh/Dockerfile @@ -17,7 +17,7 @@ RUN apk add --no-cache py-pip && \ apk add --no-cache \ bash \ build-base \ - ruby=2.5.7-r0 \ + ruby=2.5.8-r0 \ ruby-dev \ libffi-dev \ libxml2-dev && \ diff --git a/base_sdc-jetty/Dockerfile b/base_sdc-jetty/Dockerfile index 2a23c33..aac2366 100644 --- a/base_sdc-jetty/Dockerfile +++ b/base_sdc-jetty/Dockerfile @@ -13,7 +13,7 @@ RUN set -ex && \ vim \ bash \ build-base \ - ruby=2.5.7-r0 \ + ruby=2.5.8-r0 \ ruby-dev \ libffi-dev \ libxml2-dev && \ diff --git a/base_sdc-python/Dockerfile b/base_sdc-python/Dockerfile index 96e4eb8..d9dd3e5 100644 --- a/base_sdc-python/Dockerfile +++ b/base_sdc-python/Dockerfile @@ -12,7 +12,7 @@ RUN apk update && \ jq \ libressl-dev \ bash \ - ruby=2.6.5-r2 \ + ruby=2.6.6-r2 \ ruby-dev \ libffi-dev \ libxml2-dev && \ diff --git a/base_sdc-sanity/Dockerfile b/base_sdc-sanity/Dockerfile index 223bc13..4ec6ab0 100644 --- a/base_sdc-sanity/Dockerfile +++ b/base_sdc-sanity/Dockerfile @@ -7,7 +7,7 @@ RUN set -ex && \ vim \ bash \ build-base \ - ruby=2.5.7-r0 \ + ruby=2.5.8-r0 \ ruby-dev \ libffi-dev \ libxml2-dev && \ |