From 42cf42da05cb7f72b7a26aceb8aea01d9093e7c2 Mon Sep 17 00:00:00 2001 From: bra-fsn Date: Wed, 28 Aug 2024 16:32:50 +0200 Subject: [PATCH] Bump --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index 326d84e..4463361 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.24" + pip install "sparecores-runner>=0.0.25" ENTRYPOINT sc-runner \ No newline at end of file