diff --git a/services/hlky/Dockerfile b/services/hlky/Dockerfile index 8ddcd5f..22fbda2 100644 --- a/services/hlky/Dockerfile +++ b/services/hlky/Dockerfile @@ -22,10 +22,7 @@ conda clean -a -y EOF -# 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 SHA=1a9c053cb7b6832695771db2555c0adc9b41e95f -# ARG BRANCH=dev SHA=1e7bdfe3f38a6dd37fc230f440ea1b0db0937240 +ARG BRANCH=dev SHA=fe6e72fde79214aa848d47afe74487d9855b8643 RUN <