diff --git a/services/invoke/Dockerfile b/services/invoke/Dockerfile index 209c368..7f431ad 100644 --- a/services/invoke/Dockerfile +++ b/services/invoke/Dockerfile @@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \ pip install -e . -ARG BRANCH=main SHA=f3b2e02921927d9317255b1c3811f47bd40a2bf9 +ARG BRANCH=main SHA=19cdd5a99b5402fbef9240c67ef8351d5309450d RUN --mount=type=cache,target=/root/.cache/pip \ git fetch && \ git reset --hard && \