summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \