diff --git a/Dockerfile b/Dockerfile index 4018b77cc..0f1cca22a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install ca-certificates && \ WORKDIR /data -RUN git clone -b fix/docker-bulid-timeout https://github.com/logseq/logseq.git . +RUN git clone -b master https://github.com/logseq/logseq.git . RUN yarn install --network-timeout 100000