1 parent 3ae1aba commit 30bae4fCopy full SHA for 30bae4f
1 file changed
Dockerfile
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.licenses="MIT"
9
WORKDIR /app
10
11
RUN pip install --no-cache-dir --disable-pip-version-check \
12
- pyVmomi==9.1.0.0 kubernetes==31.0.0
+ pyVmomi==9.1.0.0 kubernetes==36.0.1
13
14
COPY controller.py .
15
0 commit comments