We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d357364 commit 67d3afdCopy full SHA for 67d3afd
build/operator.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.9
+FROM python:3.13
2
3
COPY k8spin_operator/requirements.txt /src/requirements.txt
4
RUN pip install -r /src/requirements.txt
build/webhook.Dockerfile
COPY k8spin_webhook/requirements.txt /src/requirements.txt
0 commit comments