diff --git a/client.Dockerfile b/client.Dockerfile index b3510449..073a11cc 100644 --- a/client.Dockerfile +++ b/client.Dockerfile @@ -11,9 +11,8 @@ COPY .git .git COPY client client WORKDIR /usr/src/app/client/zotero-client -RUN git checkout tags/7.0.6 -b v7.0.6 +RUN git checkout tags/7.0.7 -b v7.0.7 #RUN git checkout 7.0.6-hotfix -# RUN git checkout main RUN rm -rf * RUN git checkout -- . RUN git submodule update --init --recursive @@ -79,4 +78,4 @@ RUN set -eux; \ app/scripts/dir_build -p $MLW FROM scratch AS export-stage -COPY --from=stage-2 /usr/src/app/client/zotero-client/app/staging . \ No newline at end of file +COPY --from=stage-2 /usr/src/app/client/zotero-client/app/staging . diff --git a/client/zotero-client b/client/zotero-client index 7c7e1cba..54cee377 160000 --- a/client/zotero-client +++ b/client/zotero-client @@ -1 +1 @@ -Subproject commit 7c7e1cba344c36f3272fd3c56db1a5f1d3a7ba34 +Subproject commit 54cee37703787ecb3e6d35ca1ea1dd739c33fb36