Skip to content

Commit

Permalink
rebuild replayapi
Browse files Browse the repository at this point in the history
  • Loading branch information
bhackett1024 committed Dec 9, 2024
1 parent 283c674 commit d59f016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhands/runtime/utils/runtime_templates/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN \
# Clone replay and make sure the layer is not stale when HEAD changes.
# For now we manually specify a revision as an argument to bust caches when building images.
ARG REPLAYAPI_SHA
ARG EXPECTED_REVISION=bcccb7e525cc7cbfdd9d3f12c6f2302227b1f02e
ARG EXPECTED_REVISION=d509108c47bea9f125bd56482327a1e00b24300f
RUN \
mkdir -p /replay && \
git -C /replay clone https://github.com/replayio-public/replayapi.git && \
Expand Down

0 comments on commit d59f016

Please sign in to comment.