We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f7461 commit 80a4fcaCopy full SHA for 80a4fca
Dockerfile
@@ -40,7 +40,8 @@ COPY --from=unidata-tomcat-image ${CATALINA_HOME}/conf/web.xml ${CATALINA_HOME}/
40
COPY --from=unidata-tomcat-image ${CATALINA_HOME}/conf/server.xml ${CATALINA_HOME}/conf/
41
42
ARG ERDDAP_VERSION=2.25.1
43
-ARG ERDDAP_CONTENT_URL=https://github.com/ERDDAP/erddap/releases/download/v$ERDDAP_VERSION/erddapContent.zip
+# 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
46
ENV ERDDAP_bigParentDirectory /erddapData
47
0 commit comments