diff options
Diffstat (limited to 'base_sdc-python')
-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 314a137..922b173 100644 --- a/base_sdc-python/Dockerfile +++ b/base_sdc-python/Dockerfile @@ -12,7 +12,7 @@ RUN apk update && \ libcurl \ jq \ bash \ - ruby=2.7.2-r1 && \ + ruby=2.7.3-r0 && \ apk add --no-cache --virtual .build-dependencies \ libressl-dev \ ruby-dev \ |