Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Aug 28, 2024
1 parent 04778ab commit 42cf42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 42cf42d

Please sign in to comment.