Update to Alpine 3.16
[functest-xtesting.git] / docker / mts / Dockerfile
index ae32d8b..502cf75 100644 (file)
@@ -22,6 +22,6 @@ RUN case $(uname -m) in x86_64) \
             java -jar target/mts-${MTS_TAG}-installer.jar -options /src/mts-installer.properties) && \
         rm -rf /root/.m2/ ${APP_FOLDER}/tutorial /src/mts-installer.properties /src/git-mts && \
         apk del .build-deps;; esac
-COPY testcases.yaml /usr/lib/python3.9/site-packages/xtesting/ci/testcases.yaml
+COPY testcases.yaml /usr/lib/python3.10/site-packages/xtesting/ci/testcases.yaml
 USER xtesting
 CMD ["run_tests", "-t", "all"]