From: ChrisC Date: Tue, 6 Apr 2021 11:30:13 +0000 (+0200) Subject: Fix Docker build X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=8751811e4d992f07f1fa05af4f838f43d35c8d11;p=sdc%2Fsdc-docker-base.git Fix Docker build Fix dockerbuild for base python that used a deprecated ruby version Issue-ID: SDC-3546 Signed-off-by: ChrisC Change-Id: I4033e71f67cb8c77cb4abafbc0330e9d6cc8c7e6 --- diff --git a/base_sdc-python/Dockerfile b/base_sdc-python/Dockerfile index 53b92db..314a137 100644 --- a/base_sdc-python/Dockerfile +++ b/base_sdc-python/Dockerfile @@ -1,4 +1,4 @@ -FROM nexus3.onap.org:10001/onap/integration-python:7.0.0 +FROM nexus3.onap.org:10001/onap/integration-python:8.0.0 USER root @@ -12,7 +12,7 @@ RUN apk update && \ libcurl \ jq \ bash \ - ruby=2.6.6-r2 && \ + ruby=2.7.2-r1 && \ apk add --no-cache --virtual .build-dependencies \ libressl-dev \ ruby-dev \