Fix Docker Build 30/120730/2
authorChrisC <christophe.closset@intl.att.com>
Tue, 20 Apr 2021 15:30:12 +0000 (17:30 +0200)
committerVasyl Razinkov <vasyl.razinkov@est.tech>
Tue, 20 Apr 2021 16:39:24 +0000 (16:39 +0000)
Update Ruby version for 2.7.3 as it is now released

Issue-ID: SDC-3546
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: Id5daa0016943c974b13daf859d25b4358d10627a

base_sdc-python/Dockerfile

index 314a137..922b173 100644 (file)
@@ -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 \