Skip to content

Commit bfd85fe

Browse files
Update python Docker tag to v3.13
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 3ea4322 commit bfd85fe

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

cmd/initializer_v2/dataset/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-alpine
1+
FROM python:3.13-alpine
22

33
WORKDIR /workspace
44

cmd/initializer_v2/model/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-alpine
1+
FROM python:3.13-alpine
22

33
WORKDIR /workspace
44

sdk/python/Dockerfile.conformance

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Dockerfile for building the source code of conformance tests
16-
FROM python:3.10-alpine
16+
FROM python:3.13-alpine
1717

1818
WORKDIR /kubeflow/training-operator/sdk/python
1919

sdk/python/kubeflow/storage_initializer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Python runtime as a parent image
2-
FROM python:3.11
2+
FROM python:3.13
33

44
# Set the working directory in the container
55
WORKDIR /app

sdk/python/kubeflow/trainer/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Python runtime as a parent image
2-
FROM python:3.11
2+
FROM python:3.13
33

44
# Set the working directory in the container
55
WORKDIR /app

0 commit comments

Comments
 (0)