Fix Docker build 26/120226/2
authorChrisC <christophe.closset@intl.att.com>
Tue, 6 Apr 2021 11:30:13 +0000 (13:30 +0200)
committerChrisC <christophe.closset@intl.att.com>
Wed, 7 Apr 2021 06:45:36 +0000 (08:45 +0200)
Fix dockerbuild for base python that used a deprecated ruby version

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

base_sdc-python/Dockerfile

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