From a4fbdac8ce541154d6a42629a56a1f47f8818756 Mon Sep 17 00:00:00 2001 From: bra-fsn Date: Tue, 18 Jun 2024 23:44:27 +0200 Subject: [PATCH] bump --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index 15f4d26..0526497 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.13" + pip install "sparecores-runner>=0.0.14" ENTRYPOINT sc-runner \ No newline at end of file