Skip to content

Commit 8d7becd

Browse files
author
Alan Christie
committed
build: Switch to Python 3.13 anf k8s 1.32
1 parent 9de7eef commit 8d7becd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

operator/Dockerfile

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

33
# Labels
44
LABEL maintainer='Alan Christie <achristie@informaticsmatters.com>'

operator/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
kopf == 1.38.0
2-
kubernetes == 33.1.0
2+
kubernetes == 32.0.1

0 commit comments

Comments
 (0)