summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2021-04-20 17:30:12 +0200
committerVasyl Razinkov <vasyl.razinkov@est.tech>2021-04-20 16:39:24 +0000
commit50473b2a7eaf66675f775f376defb226c92e02cc (patch)
tree47181c5e7ca405bcdcf7661f851af2a5253664a0
parent6797da5905eea062c6eac0f4f696e56214c819cf (diff)
Fix Docker Build
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
-rw-r--r--base_sdc-python/Dockerfile2
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 \