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: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Oct 8, 2024
1 parent 78eedd8 commit a566c57
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 a566c57

Please sign in to comment.