From: ChrisC Date: Tue, 20 Apr 2021 15:30:12 +0000 (+0200) Subject: Fix Docker Build X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=50473b2a7eaf66675f775f376defb226c92e02cc;p=sdc%2Fsdc-docker-base.git 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 --- 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 \