diff --git a/Dockerfile b/Dockerfile index dfaa2c2..0b3cfbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.licenses="MIT" WORKDIR /app RUN pip install --no-cache-dir --disable-pip-version-check \ - pyVmomi==8.0.3.0.1 kubernetes==31.0.0 + pyVmomi==9.1.0.0 kubernetes==31.0.0 COPY controller.py .