From 50473b2a7eaf66675f775f376defb226c92e02cc Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 20 Apr 2021 17:30:12 +0200 Subject: Fix Docker Build Update Ruby version for 2.7.3 as it is now released Issue-ID: SDC-3546 Signed-off-by: ChrisC Change-Id: Id5daa0016943c974b13daf859d25b4358d10627a --- base_sdc-python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit 1.2.3-korg