Commit 1b7176cf authored by Luca Cinquini's avatar Luca Cinquini
Browse files

ESGF/esgf-docker#57 Updating CoG

parent 383d7a82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,3 +6,4 @@
**/*.jar
**/*.gz
_site/
.project
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ RUN apt-get update && \
    rm -rf /var/lib/apt/lists/*

# Clone the github repo and checkout the specified version
ARG ESGF_COG_GIT_VERSION=v3.9.7
ARG ESGF_COG_GIT_VERSION=v3.11
RUN git clone https://github.com/EarthSystemCoG/COG /application && \
    cd /application && \
    git checkout $ESGF_COG_GIT_VERSION && \