diff options
Diffstat (limited to 'csit/resources')
-rw-r--r-- | csit/resources/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/resources/Dockerfile b/csit/resources/Dockerfile index 6288c054..4e68ea3a 100644 --- a/csit/resources/Dockerfile +++ b/csit/resources/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM nexus3.onap.org:10001/library/python:3.10-slim-bullseye ARG CSIT_SCRIPT=${CSIT_SCRIPT} ARG ROBOT_FILE=${ROBOT_FILE} ENV ROBOT_WORKSPACE /opt/robotworkspace |