From eb451d5ec14f11d83ef87d9d35fd35b0881bd5b8 Mon Sep 17 00:00:00 2001 From: bra-fsn Date: Thu, 20 Jun 2024 23:21:49 +0200 Subject: [PATCH] bump --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index 0526497..159b37d 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.14" + pip install "sparecores-runner>=0.0.15" ENTRYPOINT sc-runner \ No newline at end of file