diff --git a/image/Dockerfile b/image/Dockerfile index 0b6b0ac..5cb33a1 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -8,5 +8,5 @@ RUN curl -fsSL https://get.pulumi.com | sh && for i in azure-native aws gcp; do RUN --mount=id=root,type=cache,target=/root,sharing=shared \ python -m venv --without-pip "$VIRTUAL_ENV" && \ curl -sSLf https://bootstrap.pypa.io/get-pip.py | python - && \ - pip install "sparecores-runner>=0.0.28" + pip install "sparecores-runner>=0.0.29" ENTRYPOINT sc-runner \ No newline at end of file