diff --git a/services/hlky/Dockerfile b/services/hlky/Dockerfile index 85ef16b..211850b 100644 --- a/services/hlky/Dockerfile +++ b/services/hlky/Dockerfile @@ -26,12 +26,12 @@ RUN pip install -U --no-cache-dir pyperclip # Note: don't update the sha of previous versions because the install will take forever # instead, update the repo state in a later step ARG BRANCH=master -ARG WEBUI_SHA=2236e8b5854092054e2c30edc559006ace53bf96 +ARG SHA=2236e8b5854092054e2c30edc559006ace53bf96 RUN <