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

Merge pull request #80 from ESGF/issue/79/upgrade-cog

Fixes #79 
parents c2e99413 86cea156
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,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.11
ARG ESGF_COG_GIT_VERSION=v3.12.1
RUN git clone https://github.com/EarthSystemCoG/COG /application && \
    cd /application && \
    git checkout $ESGF_COG_GIT_VERSION && \