summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2021-04-06 13:30:13 +0200
committerChrisC <christophe.closset@intl.att.com>2021-04-07 08:45:36 +0200
commit8751811e4d992f07f1fa05af4f838f43d35c8d11 (patch)
treea48d6ad4c91e633a2d3202fde193895230a71fc6
parent31fdee5939c82febcf3fc47cce74396b9d969ecf (diff)
Fix Docker build
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
-rw-r--r--base_sdc-python/Dockerfile4
1 files 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 \