diff --git a/image/Dockerfile b/image/Dockerfile index 9e264e6..0149d93 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -9,5 +9,5 @@ RUN curl -fsSL https://get.pulumi.com | sh 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.4 + pip install sparecores-runner==0.0.5 ENTRYPOINT sc-runner \ No newline at end of file