Skip to content

Commit 80a4fca

Browse files
committed
test
1 parent 26f7461 commit 80a4fca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ COPY --from=unidata-tomcat-image ${CATALINA_HOME}/conf/web.xml ${CATALINA_HOME}/
4040
COPY --from=unidata-tomcat-image ${CATALINA_HOME}/conf/server.xml ${CATALINA_HOME}/conf/
4141

4242
ARG ERDDAP_VERSION=2.25.1
43-
ARG ERDDAP_CONTENT_URL=https://github.com/ERDDAP/erddap/releases/download/v$ERDDAP_VERSION/erddapContent.zip
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
4445
ARG ERDDAP_WAR_URL=https://github.com/ERDDAP/erddap/releases/download/v$ERDDAP_VERSION/erddap.war
4546
ENV ERDDAP_bigParentDirectory /erddapData
4647

0 commit comments

Comments
 (0)