diff --git a/build/operator.Dockerfile b/build/operator.Dockerfile index 97cb18f..fbbbb66 100644 --- a/build/operator.Dockerfile +++ b/build/operator.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.13 COPY k8spin_operator/requirements.txt /src/requirements.txt RUN pip install -r /src/requirements.txt diff --git a/build/webhook.Dockerfile b/build/webhook.Dockerfile index 3fef19e..e32acd5 100644 --- a/build/webhook.Dockerfile +++ b/build/webhook.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.13 COPY k8spin_webhook/requirements.txt /src/requirements.txt RUN pip install -r /src/requirements.txt