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

Merge pull request #58 from ESGF/issue/57/update-cog

ESGF/esgf-docker#57 Updating CoG
parents 383d7a82 1b7176cf
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 && \