Skip to content

Commit

Permalink
replayapi SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Domiii committed Jan 24, 2025
1 parent 274973b commit 3bc8153
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=b942abcb31a6275a91ea9a64182f4258589f4a6b
ARG EXPECTED_REVISION=0997f61c15156be8cbbe3d81d354c2215f939c73
RUN \
mkdir -p /replay && \
git -C /replay clone https://github.com/replayio-public/replayapi.git && \
Expand Down

0 comments on commit 3bc8153

Please sign in to comment.