Skip to content

Commit 67d3afd

Browse files
Update python Docker tag to v3.13
1 parent d357364 commit 67d3afd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/operator.Dockerfile

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

33
COPY k8spin_operator/requirements.txt /src/requirements.txt
44
RUN pip install -r /src/requirements.txt

build/webhook.Dockerfile

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

33
COPY k8spin_webhook/requirements.txt /src/requirements.txt
44
RUN pip install -r /src/requirements.txt

0 commit comments

Comments
 (0)