File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ COPY --from=unidata-tomcat-image ${CATALINA_HOME}/conf/web.xml ${CATALINA_HOME}/
4040COPY --from=unidata-tomcat-image ${CATALINA_HOME}/conf/server.xml ${CATALINA_HOME}/conf/
4141
4242ARG ERDDAP_VERSION=2.25.1
43- # ARG ERDDAP_CONTENT_URL=https://github.com/ERDDAP/erddap/releases/download/v$ERDDAP_VERSION/erddapContent.zip
44- ARG ERDDAP_CONTENT_URL=https://github.com/ERDDAP/erddap/releases/download/v2.24/erddapContent .zip
45- ARG ERDDAP_WAR_URL=https://github.com/ERDDAP/erddap/releases/download/v$ERDDAP_VERSION/erddap.war
43+ ARG ERDDAP_CONTENT_VERSION=1.0.0
44+ ARG ERDDAP_CONTENT_URL=" https://github.com/ERDDAP/erddapContent/archive/refs/tags/content${ERDDAP_CONTENT_VERSION} .zip"
45+ ARG ERDDAP_WAR_URL=" https://github.com/ERDDAP/erddap/releases/download/v${ ERDDAP_VERSION} /erddap.war"
4646ENV ERDDAP_bigParentDirectory /erddapData
4747
4848RUN apt-get update && apt-get install -y unzip xmlstarlet \
You can’t perform that action at this time.
0 commit comments