diff --git a/openhands/runtime/utils/runtime_templates/Dockerfile.j2 b/openhands/runtime/utils/runtime_templates/Dockerfile.j2 index 2ff313887fe4..184afc8e5237 100644 --- a/openhands/runtime/utils/runtime_templates/Dockerfile.j2 +++ b/openhands/runtime/utils/runtime_templates/Dockerfile.j2 @@ -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 && \