Commit 87289f16 authored by Luca Cinquini's avatar Luca Cinquini
Browse files

Merge branch 'issue/81/httpd-ciphers' of https://github.com/ESGF/esgf-docker...

Merge branch 'issue/81/httpd-ciphers' of https://github.com/ESGF/esgf-docker into issue/81/httpd-ciphers
parents e3dc09b4 8cfeaece
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 && \
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
## Standard Solr container with setup of ESGF cores built-in
#####

FROM solr:5.5
FROM solr:6.6

MAINTAINER Earth System Grid Federation <esgf-devel@lists.llnl.gov>