Skip to content

Commit

Permalink
Update python Docker tag to v3.13
Browse files Browse the repository at this point in the history
Signed-off-by: konflux-internal-p02 <126015336+konflux-internal-p02[bot]@users.noreply.github.com>
  • Loading branch information
konflux-internal-p02[bot] authored Oct 17, 2024
1 parent 7d9b5a5 commit fa7adb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/python/Dockerfile.conformance
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sdk/python/kubeflow/storage_initializer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fa7adb6

Please sign in to comment.