From a566c57a181ca5e2ec2006bddebf82f2d747b728 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 02:20:41 +0000 Subject: [PATCH] Update python Docker tag to v3.13 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- sdk/python/Dockerfile.conformance | 2 +- sdk/python/kubeflow/storage_initializer/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/python/Dockerfile.conformance b/sdk/python/Dockerfile.conformance index 4cdc6f3bd6..6eac9a4a38 100644 --- a/sdk/python/Dockerfile.conformance +++ b/sdk/python/Dockerfile.conformance @@ -13,7 +13,7 @@ # limitations under the License. # Dockerfile for building the source code of conformance tests -FROM python:3.10-alpine +FROM python:3.13-alpine WORKDIR /kubeflow/training-operator/sdk/python diff --git a/sdk/python/kubeflow/storage_initializer/Dockerfile b/sdk/python/kubeflow/storage_initializer/Dockerfile index 75bd667c87..bdbe9b717a 100644 --- a/sdk/python/kubeflow/storage_initializer/Dockerfile +++ b/sdk/python/kubeflow/storage_initializer/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.11 +FROM python:3.13 # Set the working directory in the container WORKDIR /app