diff --git a/components/kubeflow/launcher/Dockerfile b/components/kubeflow/launcher/Dockerfile index 14185028550..83ac378e7b1 100644 --- a/components/kubeflow/launcher/Dockerfile +++ b/components/kubeflow/launcher/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.6 +FROM python:3.14.0a2 COPY requirements.txt . RUN python3 -m pip install -r \