aboutsummaryrefslogtreecommitdiffstats
path: root/docker/features/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/features/Dockerfile')
-rw-r--r--docker/features/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile
index e4c60b64..1e91fe7f 100644
--- a/docker/features/Dockerfile
+++ b/docker/features/Dockerfile
@@ -15,5 +15,5 @@ RUN apk --no-cache add --update make bash git go \
-rthirdparty-requirements.txt && \
rm -f thirdparty-requirements.txt && \
apk del .build-deps
-COPY testcases.yaml /usr/lib/python3.6/site-packages/xtesting/ci/testcases.yaml
+COPY testcases.yaml /usr/lib/python3.7/site-packages/xtesting/ci/testcases.yaml
CMD ["run_tests", "-t", "all"]