Unverified Commit e855de90 authored by Matt Pryor's avatar Matt Pryor Committed by GitHub
Browse files

Merge pull request #163 from sashakames/upd-search

update hash for search version
parents f587e256 69357ee6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ RUN pushd /src/esgf-security && \
    popd

# # Build esg-search
ARG ESG_SEARCH_VERSION=2cf9496b512bafcd880e4eb573764641c8971655
ARG ESG_SEARCH_VERSION=fa1092dae808d15cc623ee5f4b274d94762ad171
RUN git clone https://github.com/ESGF/esg-search.git /src/esg-search && \
    pushd /src/esg-search && \
    git checkout $ESG_SEARCH_VERSION && \