diff --git a/examples/xgboost/smoke-dist/Dockerfile b/examples/xgboost/smoke-dist/Dockerfile index ab373d7f1b..cc367581d3 100644 --- a/examples/xgboost/smoke-dist/Dockerfile +++ b/examples/xgboost/smoke-dist/Dockerfile @@ -1,5 +1,5 @@ # Install python 3.6 -FROM python:3.6 +FROM python:3.13.0rc2 RUN mkdir -p /opt/mlkube