From 8751811e4d992f07f1fa05af4f838f43d35c8d11 Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 6 Apr 2021 13:30:13 +0200 Subject: 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 --- base_sdc-python/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- cgit 1.2.3-korg